Compartilhar via


DeploymentOperationsExtensions.GetLog Método

Definição

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

public static Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse GetLog (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, string deploymentLogId);
static member GetLog : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * string -> Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse
<Extension()>
Public Function GetLog (operations As IDeploymentOperations, deploymentId As String, deploymentLogId As String) As 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