Partager via


DeploymentsOperationsExtensions.BeginValidateAtScope Méthode

Définition

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 BeginValidateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);
static member BeginValidateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult
<Extension()>
Public Function BeginValidateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult

Paramètres

operations
IDeploymentsOperations

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

scope
String

Étendue des ressources.

deploymentName
String

Le nom du déploiement.

parameters
Deployment

Paramètres à valider.

Retours

S’applique à