Share via


WebSpaceOperationsExtensions.GetDnsSuffixAsync Method (IWebSpaceOperations)

 

Get the DNS Suffix for this subscription.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public static Task<WebSpacesGetDnsSuffixResponse> GetDnsSuffixAsync(
    this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static Task<WebSpacesGetDnsSuffixResponse^>^ GetDnsSuffixAsync(
    IWebSpaceOperations^ operations
)
static member GetDnsSuffixAsync : 
        operations:IWebSpaceOperations -> Task<WebSpacesGetDnsSuffixResponse>
<ExtensionAttribute>
Public Shared Function GetDnsSuffixAsync (
    operations As IWebSpaceOperations
) As Task(Of WebSpacesGetDnsSuffixResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<WebSpacesGetDnsSuffixResponse>

The Get DNS Suffix operation response.

See Also

WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top