共用方式為


TopLevelDomainsOperationsExtensions.ListNextAsync 方法

定義

取得所有支援註冊的最上層網域。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner>> ListNextAsync (this Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner>>
<Extension()>
Public Function ListNextAsync (operations As ITopLevelDomainsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TopLevelDomainInner))

參數

operations
ITopLevelDomainsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

取得註冊支援的所有最上層網域的描述。

適用於