IDeploymentOperations.ListAsync Method (DeploymentListParameters, CancellationToken)

 

List the deployments for a website.

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

Function ListAsync (
	parameters As DeploymentListParameters,
	cancellationToken As CancellationToken
) As Task(Of DeploymentListResponse)

Parameters

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

Additional parameters.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of DeploymentListResponse)

The list of deployments operation response.

Return to top
Show: