Share via


WebSpaceOperationsExtensions.GetDnsSuffix 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 WebSpacesGetDnsSuffixResponse GetDnsSuffix(
    this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static WebSpacesGetDnsSuffixResponse^ GetDnsSuffix(
    IWebSpaceOperations^ operations
)
static member GetDnsSuffix : 
        operations:IWebSpaceOperations -> WebSpacesGetDnsSuffixResponse
<ExtensionAttribute>
Public Shared Function GetDnsSuffix (
    operations As IWebSpaceOperations
) As WebSpacesGetDnsSuffixResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse

The Get DNS Suffix operation response.

See Also

WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top