Partilhar via


DeploymentOperationsExtensions.ListAsync Método

Definição

Obtenha uma lista das implantações.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, Microsoft.Azure.Management.Resources.Models.DeploymentListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * Microsoft.Azure.Management.Resources.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperations, resourceGroupName As String, parameters As DeploymentListParameters) As Task(Of DeploymentListResult)

Parâmetros

operations
IDeploymentOperations

Referência para o Microsoft.Azure.Management.Resources.IDeploymentOperations.

resourceGroupName
String

Obrigatórios. O nome do grupo de recursos para filtrar. O nome diferencia maiúsculas de minúsculas.

parameters
DeploymentListParameters

Opcional. Parâmetros da consulta. Se null for transmitido, retorna todas as implantações.

Retornos

Lista de implantações.

Aplica-se a