Share via


IDeploymentOperations.GetLogAsync Method (String, String, CancellationToken)

 

Gets a deployment log for a website.

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

Syntax

Task<DeploymentGetLogResponse> GetLogAsync(
    string deploymentId,
    string deploymentLogId,
    CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse^>^ GetLogAsync(
    String^ deploymentId,
    String^ deploymentLogId,
    CancellationToken cancellationToken
)
abstract GetLogAsync : 
        deploymentId:string *
        deploymentLogId:string *
        cancellationToken:CancellationToken -> Task<DeploymentGetLogResponse>
Function GetLogAsync (
    deploymentId As String,
    deploymentLogId As String,
    cancellationToken As CancellationToken
) As Task(Of DeploymentGetLogResponse)

Parameters

  • deploymentLogId
    Type: System.String

    The deployment log identifier.

Return Value

Type: System.Threading.Tasks.Task<DeploymentGetLogResponse>

The get log for a deployments operation response.

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top