DeploymentOperationsExtensions.ValidateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse> ValidateAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.Deployment parameters);
static member ValidateAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string * Microsoft.Azure.Management.Resources.Models.Deployment -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse>
<Extension()>
Public Function ValidateAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As Task(Of 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