IWebSpaceOperations.GetDnsSuffixAsync Method (CancellationToken)
Asynchronously retrieves the DNS suffix for the subscription.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<WebSpacesGetDnsSuffixResponse> GetDnsSuffixAsync(
CancellationToken cancellationToken
)
Task<WebSpacesGetDnsSuffixResponse^>^ GetDnsSuffixAsync(
CancellationToken cancellationToken
)
abstract GetDnsSuffixAsync :
cancellationToken:CancellationToken -> Task<WebSpacesGetDnsSuffixResponse>
Function GetDnsSuffixAsync (
cancellationToken As CancellationToken
) As Task(Of WebSpacesGetDnsSuffixResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesGetDnsSuffixResponse>
An WebSpacesGetDnsSuffixResponse object that contains the DNS suffix.
See Also
IWebSpaceOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top