Compartilhar via


DeploymentOperationsExtensions.GetLogAsync Método

Definição

Obtém um log de implantação para um site.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse> GetLogAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, string deploymentLogId);
static member GetLogAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse>
<Extension()>
Public Function GetLogAsync (operations As IDeploymentOperations, deploymentId As String, deploymentLogId As String) As Task(Of DeploymentGetLogResponse)

Parâmetros

operations
IDeploymentOperations

Referência a Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Obrigatórios. O identificador de implantação.

deploymentLogId
String

Obrigatórios. O identificador do log de implantação.

Retornos

O log de obtenção de uma resposta de operação de implantações.

Aplica-se a