Metodo WebSpaceOperationsExtensions.GetDnsSuffix
Get the DNS Suffix for this subscription.
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim operations As IWebSpaceOperations
Dim returnValue As WebSpacesGetDnsSuffixResponse
returnValue = WebSpaceOperationsExtensions.GetDnsSuffix(operations)
Sintassi
'Dichiarazione
<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
Parametri
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Valore restituito
The Get DNS Suffix operation response.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe WebSpaceOperationsExtensions
Membri WebSpaceOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure