WebSpaceOperationsExtensions.GetDnsSuffixAsync(IWebSpaceOperations) Method

Definition

Get the DNS Suffix for this subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse> GetDnsSuffixAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations);
static member GetDnsSuffixAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse>
<Extension()>
Public Function GetDnsSuffixAsync (operations As IWebSpaceOperations) As Task(Of WebSpacesGetDnsSuffixResponse)

Parameters

operations
IWebSpaceOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.

Returns

The Get DNS Suffix operation response.

Applies to