Compartilhar via


Método WebSpaceOperationsExtensions.GetDnsSuffix

Get the DNS Suffix for this subscription.

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

Uso

'Uso
Dim operations As IWebSpaceOperations
Dim returnValue As WebSpacesGetDnsSuffixResponse

returnValue = WebSpaceOperationsExtensions.GetDnsSuffix(operations)

Sintaxe

'Declaração
<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

Parâmetros

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

Valor de retorno

The Get DNS Suffix operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebSpaceOperationsExtensions
Membros WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure