Partager via


DeploymentOperationOperationsExtensions.GetAsync Méthode

Définition

Obtenez la liste des opérations de déploiement.

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)

Paramètres

operations
IDeploymentOperationOperations

Référence à Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.

resourceGroupName
String

Obligatoire. Nom du groupe de ressources. Le nom ne respecte pas la casse.

deploymentName
String

Obligatoire. Le nom du déploiement.

operationId
String

Obligatoire. ID d'opération.

Retours

Opération de déploiement.

S’applique à