Partilhar via


DeploymentOperationsExtensions.List Método

Definição

Obtenha uma lista das implantações.

public static Microsoft.Azure.Management.Resources.Models.DeploymentListResult List (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, Microsoft.Azure.Management.Resources.Models.DeploymentListParameters parameters);
static member List : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * Microsoft.Azure.Management.Resources.Models.DeploymentListParameters -> Microsoft.Azure.Management.Resources.Models.DeploymentListResult
<Extension()>
Public Function List (operations As IDeploymentOperations, resourceGroupName As String, parameters As DeploymentListParameters) As 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