Partager via


DeploymentOperationsExtensions.Get Méthode

Définition

Obtenir un déploiement.

public static Microsoft.Azure.Management.Resources.Models.DeploymentGetResult Get (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName);
static member Get : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentGetResult
<Extension()>
Public Function Get (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String) As DeploymentGetResult

Paramètres

operations
IDeploymentOperations

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

resourceGroupName
String

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

deploymentName
String

Obligatoire. Le nom du déploiement.

Retours

Informations de déploiement de modèle.

S’applique à