Compartilhar via


Método IDeploymentOperations.GetLogAsync

Gets a deployment log for a website.

Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim instance As IDeploymentOperations
Dim deploymentId As String
Dim deploymentLogId As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of DeploymentGetLogResponse)

returnValue = instance.GetLogAsync(deploymentId, deploymentLogId, cancellationToken)

Sintaxe

'Declaração
Function GetLogAsync ( _
    deploymentId As String, _
    deploymentLogId As String, _
    cancellationToken As CancellationToken _
) As Task(Of DeploymentGetLogResponse)
Task<DeploymentGetLogResponse> GetLogAsync (
    string deploymentId,
    string deploymentLogId,
    CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse^>^ GetLogAsync (
    String^ deploymentId, 
    String^ deploymentLogId, 
    CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse> GetLogAsync (
    String deploymentId, 
    String deploymentLogId, 
    CancellationToken cancellationToken
)
function GetLogAsync (
    deploymentId : String, 
    deploymentLogId : String, 
    cancellationToken : CancellationToken
) : Task<DeploymentGetLogResponse>

Parâmetros

  • deploymentId
    The deployment identifier.
  • deploymentLogId
    The deployment log identifier.
  • cancellationToken
    Cancellation token.

Valor de retorno

The get log for a deployments operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Interface IDeploymentOperations
Membros IDeploymentOperations
Namespace Microsoft.WindowsAzure.WebSitesExtensions