IDeploymentOperations::ListLogsAsync Method (String^, DeploymentListParameters^, CancellationToken)

 

List the logs for a deployment for a website.

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

Task<DeploymentListLogsResponse^>^ ListLogsAsync(
	String^ deploymentId,
	DeploymentListParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

deploymentId
Type: System::String^

The deployment identifier.

parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models::DeploymentListParameters^

Additional parameters.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The list of deployments operation response.

Return to top
Show: