WebSpaceOperationsExtensions.GetDnsSuffix Method

Retrieves the DNS suffix for the subscription.

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

Usage

'Usage
Dim operations As IWebSpaceOperations
Dim returnValue As WebSpacesGetDnsSuffixResponse

returnValue = WebSpaceOperationsExtensions.GetDnsSuffix(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetDnsSuffix ( _
    operations As IWebSpaceOperations _
) As WebSpacesGetDnsSuffixResponse
[ExtensionAttribute] 
public static WebSpacesGetDnsSuffixResponse GetDnsSuffix (
    IWebSpaceOperations operations
)
[ExtensionAttribute] 
public:
static WebSpacesGetDnsSuffixResponse^ GetDnsSuffix (
    IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static WebSpacesGetDnsSuffixResponse GetDnsSuffix (
    IWebSpaceOperations operations
)
ExtensionAttribute 
public static function GetDnsSuffix (
    operations : IWebSpaceOperations
) : WebSpacesGetDnsSuffixResponse

Parameters

Return Value

An WebSpacesGetDnsSuffixResponse object that contains the DNS suffix.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSpaceOperationsExtensions Class
WebSpaceOperationsExtensions Members
Microsoft.WindowsAzure.Management.WebSites Namespace