Compartir a través de


DeploymentsOperationsExtensions.BeginValidateAtScope Método

Definición

Valida si la plantilla especificada es sintácticamente correcta y Azure Resource Manager aceptará.

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

El grupo de operaciones de este método de extensión.

scope
String

Ámbito del recurso.

deploymentName
String

Nombre de la implementación.

parameters
Deployment

Parámetros que se van a validar.

Devoluciones

Se aplica a