Compartilhar via


DeploymentOperationOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de operações de implantações.

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

Parâmetros

operations
IDeploymentOperationOperations

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

resourceGroupName
String

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

deploymentName
String

Obrigatórios. O nome da implantação.

parameters
DeploymentOperationsListParameters

Opcional. Parâmetros da consulta.

Retornos

Lista de operações de implantação.

Aplica-se a