IDeploymentOperations::GetAsync Method (String^, CancellationToken)
Gets a deployment for a website.
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.
Show: