Partager via


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