次の方法で共有


AFDCustomDomainsOperationsExtensions.ListByProfileNext メソッド

定義

既存の AzureFrontDoor ドメインを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDDomain> ListByProfileNext(this Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations operations, string nextPageLink);
static member ListByProfileNext : Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDDomain>
<Extension()>
Public Function ListByProfileNext (operations As IAFDCustomDomainsOperations, nextPageLink As String) As IPage(Of AFDDomain)

パラメーター

operations
IAFDCustomDomainsOperations

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

nextPageLink
String

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

戻り値

適用対象