TopLevelDomainsOperationsExtensions.ListAsync(ITopLevelDomainsOperations, CancellationToken) Method
Definition
Get all top-level domains supported for registration.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner>>
Parameters
- operations
- ITopLevelDomainsOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<TopLevelDomainInner>>
Remarks
Get all top-level domains supported for registration.