Método WebSpaceOperationsExtensions.GetDnsSuffixAsync (IWebSpaceOperations)
Obtenha o sufixo DNS para essa assinatura.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
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)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReferência para o Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Valor de retorno
Type: System.Threading.Tasks.Task<WebSpacesGetDnsSuffixResponse>
A resposta da operação obtenha o sufixo de DNS.
Consulte também
Classe WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo