Condividi tramite


Metodo IDeploymentOperations.ListAsync (DeploymentListParameters, CancellationToken)

 

Elencare le distribuzioni per un sito Web.

Spazio dei nomi:   Microsoft.WindowsAzure.WebSitesExtensions
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Sintassi

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)

Parametri

Valore restituito

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

Elenco di risposta dell'operazione distribuzioni.

Vedere anche

Interfaccia IDeploymentOperations
Spazio dei nomi Microsoft.WindowsAzure.WebSitesExtensions

Torna all'inizio