Compartilhar via


DeploymentOperationOperationsExtensions.GetAsync 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.DeploymentOperationsGetResult> GetAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, string operationId);
static member GetAsync : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult>
<Extension()>
Public Function GetAsync (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, operationId As String) As Task(Of DeploymentOperationsGetResult)

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.

operationId
String

Obrigatórios. ID da Operação.

Retornos

Operação de implantação.

Aplica-se a