Aracılığıyla paylaş


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)

Syntax

Task<DeploymentListResponse> ListAsync(
    DeploymentListParameters parameters,
    CancellationToken cancellationToken
)
Task<DeploymentListResponse^>^ ListAsync(
    DeploymentListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        parameters:DeploymentListParameters *
        cancellationToken:CancellationToken -> Task<DeploymentListResponse>
Function ListAsync (
    parameters As DeploymentListParameters,
    cancellationToken As CancellationToken
) As Task(Of DeploymentListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<DeploymentListResponse>

The list of deployments operation response.

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top