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