Partager via


DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScope Méthode

Définition

Vérifie si le modèle spécifié est syntaxiquement correct et accepté par Azure Resource Manager.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);
static member BeginValidateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult
<Extension()>
Public Function BeginValidateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentValidateResult

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

deploymentName
String

Le nom du déploiement.

parameters
Deployment

Paramètres à valider.

Retours

S’applique à