TopLevelDomainsOperationsExtensions.GetAsync(ITopLevelDomainsOperations, String, CancellationToken) Method
Definition
Get details of a top-level domain.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner> GetAsync (this Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations operations, string name, System.Threading.CancellationToken cancellationToken = null);
static member GetAsync : Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner>
Parameters
- operations
- ITopLevelDomainsOperations
The operations group for this extension method.
- name
- String
Name of the top-level domain.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get details of a top-level domain.