RacksOperations interface

Racks操作を表すインターフェース。

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

新しいラックを作成するか、既存のラックのプロパティを更新します。 このリソースのライフ サイクルはシステムによって管理されるため、顧客が開始したすべての要求は拒否されます。

delete

指定されたラックを削除します。 このリソースのライフ サイクルはシステムによって管理されるため、顧客が開始したすべての要求は拒否されます。

get

指定されたラックのプロパティを取得します。

listByResourceGroup

指定されたリソース グループ内のラックの一覧を取得します。

listBySubscription

提供されたサブスクリプションのラックのリストを取得します。

update

指定されたラックのプロパティにパッチを適用するか、ラックに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rack>, Rack>>

プロパティ値

(resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rack>, Rack>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => Promise<Rack>

プロパティ値

(resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => Promise<Rack>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => Promise<OperationStatusResult>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => Promise<OperationStatusResult>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rack>, Rack>>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rack>, Rack>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => Promise<Rack>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => Promise<Rack>

createOrUpdate

新しいラックを作成するか、既存のラックのプロパティを更新します。 このリソースのライフ サイクルはシステムによって管理されるため、顧客が開始したすべての要求は拒否されます。

createOrUpdate: (resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => PollerLike<OperationState<Rack>, Rack>

プロパティ値

(resourceGroupName: string, rackName: string, rackParameters: Rack, options?: RacksCreateOrUpdateOptionalParams) => PollerLike<OperationState<Rack>, Rack>

delete

指定されたラックを削除します。 このリソースのライフ サイクルはシステムによって管理されるため、顧客が開始したすべての要求は拒否されます。

delete: (resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

指定されたラックのプロパティを取得します。

get: (resourceGroupName: string, rackName: string, options?: RacksGetOptionalParams) => Promise<Rack>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksGetOptionalParams) => Promise<Rack>

listByResourceGroup

指定されたリソース グループ内のラックの一覧を取得します。

listByResourceGroup: (resourceGroupName: string, options?: RacksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Rack, Rack[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: RacksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Rack, Rack[], PageSettings>

listBySubscription

提供されたサブスクリプションのラックのリストを取得します。

listBySubscription: (options?: RacksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Rack, Rack[], PageSettings>

プロパティ値

(options?: RacksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Rack, Rack[], PageSettings>

update

指定されたラックのプロパティにパッチを適用するか、ラックに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。

update: (resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => PollerLike<OperationState<Rack>, Rack>

プロパティ値

(resourceGroupName: string, rackName: string, options?: RacksUpdateOptionalParams) => PollerLike<OperationState<Rack>, Rack>