Método DeploymentOperationsExtensions.GetLogAsync (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 Task<DeploymentGetLogResponse> GetLogAsync(
this IDeploymentOperations operations,
string deploymentId,
string deploymentLogId
)
public:
[ExtensionAttribute]
static Task<DeploymentGetLogResponse^>^ GetLogAsync(
IDeploymentOperations^ operations,
String^ deploymentId,
String^ deploymentLogId
)
static member GetLogAsync :
operations:IDeploymentOperations *
deploymentId:string *
deploymentLogId:string -> Task<DeploymentGetLogResponse>
<ExtensionAttribute>
Public Shared Function GetLogAsync (
operations As IDeploymentOperations,
deploymentId As String,
deploymentLogId As String
) As Task(Of 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: System.Threading.Tasks.Task<DeploymentGetLogResponse>
O log de obter uma resposta da operação de implantações.
Consulte também
Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo