IDeploymentOperations.GetLogAsync(String, String, CancellationToken) Method

Definition

Gets a deployment log for a website.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse> GetLogAsync (string deploymentId, string deploymentLogId, System.Threading.CancellationToken cancellationToken);
abstract member GetLogAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse>
Public Function GetLogAsync (deploymentId As String, deploymentLogId As String, cancellationToken As CancellationToken) As Task(Of DeploymentGetLogResponse)

Parameters

deploymentId
String

The deployment identifier.

deploymentLogId
String

The deployment log identifier.

cancellationToken
CancellationToken

Cancellation token.

Returns

The get log for a deployments operation response.

Applies to