DeploymentsOperationsExtensions.BeginValidate 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.
Vérifie si le modèle spécifié est correct du point de vue syntaxique et sera accepté par Azure Resource Manager..
public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);
static member BeginValidate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult
<Extension()>
Public Function BeginValidate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans lequel le modèle sera déployé. Le nom ne respecte pas la casse.
- deploymentName
- String
Le nom du déploiement.
- parameters
- Deployment
Paramètres à valider.
Retours
S’applique à
Azure SDK for .NET