Share via


DeploymentStacksOperationsExtensions.BeginValidateStackAtManagementGroup Method

Definition

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

public static Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateResult BeginValidateStackAtManagementGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string managementGroupId, string deploymentStackName, Microsoft.Azure.Management.Resources.Models.DeploymentStack deploymentStack);
static member BeginValidateStackAtManagementGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentStack -> Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateResult
<Extension()>
Public Function BeginValidateStackAtManagementGroup (operations As IDeploymentStacksOperations, managementGroupId As String, deploymentStackName As String, deploymentStack As DeploymentStack) As DeploymentStackValidateResult

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

managementGroupId
String

Management Group id.

deploymentStackName
String

Name of the deployment stack.

deploymentStack
DeploymentStack

Returns

Applies to