Condividi tramite


Metodo DeploymentOperationsExtensions.ListAsync (IDeploymentOperations, DeploymentListParameters)

 

Elencare le distribuzioni per un sito Web.

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

Sintassi

public static Task<DeploymentListResponse> ListAsync(
    this IDeploymentOperations operations,
    DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DeploymentListResponse^>^ ListAsync(
    IDeploymentOperations^ operations,
    DeploymentListParameters^ parameters
)
static member ListAsync : 
        operations:IDeploymentOperations *
        parameters:DeploymentListParameters -> Task<DeploymentListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IDeploymentOperations,
    parameters As DeploymentListParameters
) As Task(Of DeploymentListResponse)

Parametri

Valore restituito

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

Elenco di risposta dell'operazione distribuzioni.

Vedere anche

Classe DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio