Compartilhar via


WebSiteOperationsExtensions.GetPublishProfileAsync Método

Definição

Você pode recuperar as informações das configurações de publicação para um site emitindo uma solicitação HTTP GET. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse> GetPublishProfileAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string webSiteName);
static member GetPublishProfileAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse>
<Extension()>
Public Function GetPublishProfileAsync (operations As IWebSiteOperations, webSpaceName As String, webSiteName As String) As Task(Of WebSiteGetPublishProfileResponse)

Parâmetros

operations
IWebSiteOperations

Referência a Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Obrigatórios. O nome do espaço da Web.

webSiteName
String

Obrigatórios. O nome do site.

Retornos

A resposta da operação Obter Site do Perfil de Publicação.

Aplica-se a