DeploymentOperationOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET