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)

Task<DeploymentGetLogResponse^>^ GetLogAsync(
	String^ deploymentId,
	String^ deploymentLogId,
	CancellationToken cancellationToken
)

Parameters

deploymentId
Type: System::String^

The deployment identifier.

deploymentLogId
Type: System::String^

The deployment log identifier.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The get log for a deployments operation response.

Return to top
Show: