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)
Syntax
Task<DeploymentGetResponse> GetAsync(
string deploymentId,
CancellationToken cancellationToken
)
Task<DeploymentGetResponse^>^ GetAsync(
String^ deploymentId,
CancellationToken cancellationToken
)
abstract GetAsync :
deploymentId:string *
cancellationToken:CancellationToken -> Task<DeploymentGetResponse>
Function GetAsync (
deploymentId As String,
cancellationToken As CancellationToken
) As Task(Of DeploymentGetResponse)
Parameters
deploymentId
Type: System.StringThe deployment identifier.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DeploymentGetResponse>
The deployment information operation response.
See Also
IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top