IWebSpaceOperations.GetDnsSuffixAsync(CancellationToken) Method

Definition

Get the DNS Suffix for this subscription.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse> GetDnsSuffixAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetDnsSuffixAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse>
Public Function GetDnsSuffixAsync (cancellationToken As CancellationToken) As Task(Of WebSpacesGetDnsSuffixResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get DNS Suffix operation response.

Applies to