次の方法で共有


CloudServicesUpdateDomainOperationsExtensions.ListUpdateDomainsNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.UpdateDomain> ListUpdateDomainsNext (this Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations operations, string nextPageLink);
static member ListUpdateDomainsNext : Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.UpdateDomain>
<Extension()>
Public Function ListUpdateDomainsNext (operations As ICloudServicesUpdateDomainOperations, nextPageLink As String) As IPage(Of UpdateDomain)

パラメーター

operations
ICloudServicesUpdateDomainOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象