Compartilhar via


DeploymentsOperationsExtensions.BeginValidateAtScope Método

Definição

Valida se o modelo especificado está sintaticamente correto e será aceito pelo 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

Parâmetros

operations
IDeploymentsOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do recurso.

deploymentName
String

O nome da implantação.

parameters
Deployment

Parâmetros a serem validados.

Retornos

Aplica-se a