DeploymentOperationsExtensions.Validate 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.
Valider un modèle de déploiement.
public static Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse Validate (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.Deployment parameters);
static member Validate : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string * Microsoft.Azure.Management.Resources.Models.Deployment -> Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse
<Extension()>
Public Function Validate (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResponse
Paramètres
- operations
- IDeploymentOperations
Référence à Microsoft.Azure.Management.Resources.IDeploymentOperations.
- resourceGroupName
- String
Obligatoire. Nom du groupe de ressources. Le nom ne respecte pas la casse.
- deploymentName
- String
Obligatoire. Le nom du déploiement.
- parameters
- Deployment
Obligatoire. Déploiement à valider.
Retours
Informations de la réponse de validation de déploiement de modèle.
S’applique à
Azure SDK for .NET