IDeploymentOperations.GetAsync(String, CancellationToken) Method

Definition

Gets a deployment for a website.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse> GetAsync (string deploymentId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse>
Public Function GetAsync (deploymentId As String, cancellationToken As CancellationToken) As Task(Of DeploymentGetResponse)

Parameters

deploymentId
String

The deployment identifier.

cancellationToken
CancellationToken

Cancellation token.

Returns

The deployment information operation response.

Applies to