CloudServicesUpdateDomain interface
CloudServicesUpdateDomain を表すインターフェイス。
メソッド
begin |
指定した更新ドメイン内のロール インスタンスを更新します。 |
begin |
指定した更新ドメイン内のロール インスタンスを更新します。 |
get |
クラウド サービスの指定された更新ドメインを取得します。 応答で nextLink プロパティを使用して、更新ドメインの次のページを取得します。 nextLink が null になるまでこれを行って、すべての更新ドメインをフェッチします。 |
list |
クラウド サービス内のすべての更新ドメインの一覧を取得します。 |
メソッドの詳細
beginWalkUpdateDomain(string, string, number, CloudServicesUpdateDomainWalkUpdateDomainOptionalParams)
指定した更新ドメイン内のロール インスタンスを更新します。
function beginWalkUpdateDomain(resourceGroupName: string, cloudServiceName: string, updateDomain: number, options?: CloudServicesUpdateDomainWalkUpdateDomainOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- updateDomain
-
number
更新ドメインを識別する整数値を指定します。 更新ドメインは、ゼロから始まるインデックスで識別されます。最初の更新ドメインの ID は 0、2 番目の更新ドメインの ID は 1 のようになります。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginWalkUpdateDomainAndWait(string, string, number, CloudServicesUpdateDomainWalkUpdateDomainOptionalParams)
指定した更新ドメイン内のロール インスタンスを更新します。
function beginWalkUpdateDomainAndWait(resourceGroupName: string, cloudServiceName: string, updateDomain: number, options?: CloudServicesUpdateDomainWalkUpdateDomainOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- updateDomain
-
number
更新ドメインを識別する整数値を指定します。 更新ドメインは、ゼロから始まるインデックスで識別されます。最初の更新ドメインの ID は 0、2 番目の更新ドメインの ID は 1 のようになります。
options パラメーター。
戻り値
Promise<void>
getUpdateDomain(string, string, number, CloudServicesUpdateDomainGetUpdateDomainOptionalParams)
クラウド サービスの指定された更新ドメインを取得します。 応答で nextLink プロパティを使用して、更新ドメインの次のページを取得します。 nextLink が null になるまでこれを行って、すべての更新ドメインをフェッチします。
function getUpdateDomain(resourceGroupName: string, cloudServiceName: string, updateDomain: number, options?: CloudServicesUpdateDomainGetUpdateDomainOptionalParams): Promise<UpdateDomain>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- updateDomain
-
number
更新ドメインを識別する整数値を指定します。 更新ドメインは、ゼロから始まるインデックスで識別されます。最初の更新ドメインの ID は 0、2 番目の更新ドメインの ID は 1 のようになります。
options パラメーター。
戻り値
Promise<UpdateDomain>
listUpdateDomains(string, string, CloudServicesUpdateDomainListUpdateDomainsOptionalParams)
クラウド サービス内のすべての更新ドメインの一覧を取得します。
function listUpdateDomains(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateDomainListUpdateDomainsOptionalParams): PagedAsyncIterableIterator<UpdateDomain, UpdateDomain[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。