次の方法で共有


CloudServicesUpdateDomain interface

CloudServicesUpdateDomain を表すインターフェイス。

メソッド

beginWalkUpdateDomain(string, string, number, CloudServicesUpdateDomainWalkUpdateDomainOptionalParams)

指定した更新ドメイン内のロール インスタンスを更新します。

beginWalkUpdateDomainAndWait(string, string, number, CloudServicesUpdateDomainWalkUpdateDomainOptionalParams)

指定した更新ドメイン内のロール インスタンスを更新します。

getUpdateDomain(string, string, number, CloudServicesUpdateDomainGetUpdateDomainOptionalParams)

クラウド サービスの指定された更新ドメインを取得します。 応答で nextLink プロパティを使用して、更新ドメインの次のページを取得します。 nextLink が null になるまでこれを行って、すべての更新ドメインをフェッチします。

listUpdateDomains(string, string, CloudServicesUpdateDomainListUpdateDomainsOptionalParams)

クラウド サービス内のすべての更新ドメインの一覧を取得します。

メソッドの詳細

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
CloudServicesUpdateDomainWalkUpdateDomainOptionalParams

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
CloudServicesUpdateDomainWalkUpdateDomainOptionalParams

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
CloudServicesUpdateDomainGetUpdateDomainOptionalParams

options パラメーター。

戻り値

Promise<UpdateDomain>

listUpdateDomains(string, string, CloudServicesUpdateDomainListUpdateDomainsOptionalParams)

クラウド サービス内のすべての更新ドメインの一覧を取得します。

function listUpdateDomains(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateDomainListUpdateDomainsOptionalParams): PagedAsyncIterableIterator<UpdateDomain, UpdateDomain[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

cloudServiceName

string

クラウド サービスの名前。

options
CloudServicesUpdateDomainListUpdateDomainsOptionalParams

options パラメーター。

戻り値