IDeploymentOperations::GetAsync Method (String^, CancellationToken)

 

Gets a deployment for a website.

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

Task<DeploymentGetResponse^>^ GetAsync(
	String^ deploymentId,
	CancellationToken cancellationToken
)

Parameters

deploymentId
Type: System::String^

The deployment identifier.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The deployment information operation response.

Return to top
Show: