Compartilhar via


Método DeploymentOperationsExtensions.ListAsync (IDeploymentOperations, DeploymentListParameters)

 

Lista as implantações de um site.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

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)

Parâmetros

Valor de retorno

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

A lista de resposta da operação de implantações.

Consulte também

Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo