Método DeploymentOperationsExtensions.GetLog (IDeploymentOperations, String, String)
Obtém um log de implantação de um site.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static DeploymentGetLogResponse GetLog(
this IDeploymentOperations operations,
string deploymentId,
string deploymentLogId
)
public:
[ExtensionAttribute]
static DeploymentGetLogResponse^ GetLog(
IDeploymentOperations^ operations,
String^ deploymentId,
String^ deploymentLogId
)
static member GetLog :
operations:IDeploymentOperations *
deploymentId:string *
deploymentLogId:string -> DeploymentGetLogResponse
<ExtensionAttribute>
Public Shared Function GetLog (
operations As IDeploymentOperations,
deploymentId As String,
deploymentLogId As String
) As DeploymentGetLogResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperationsReferência para o Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
deploymentId
Type: System.StringObrigatório. O identificador de implantação.
deploymentLogId
Type: System.StringObrigatório. O identificador do log de implantação.
Valor de retorno
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse
O log de obter uma resposta da operação de implantações.
Consulte também
Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo