IWebSpaceOperations.GetDnsSuffixAsync Method (CancellationToken)
Asynchronously retrieves the DNS suffix for the subscription.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<WebSpacesGetDnsSuffixResponse> GetDnsSuffixAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesGetDnsSuffixResponse>An WebSpacesGetDnsSuffixResponse object that contains the DNS suffix.
Show: