Share via


DeploymentStacksSdkClient.ResourceGroupValidateDeploymentStack Method

Definition

public void ResourceGroupValidateDeploymentStack (string deploymentStackName, string resourceGroupName, string templateFile, string templateUri, string templateSpec, System.Collections.Hashtable templateObject, string parameterUri, System.Collections.Hashtable parameters, string description, string resourcesCleanupAction, string resourceGroupsCleanupAction, string managementGroupsCleanupAction, string denySettingsMode, string[] denySettingsExcludedPrincipals, string[] denySettingsExcludedActions, bool denySettingsApplyToChildScopes, System.Collections.Hashtable tags, bool bypassStackOutOfSyncError);
member this.ResourceGroupValidateDeploymentStack : string * string * string * string * string * System.Collections.Hashtable * string * System.Collections.Hashtable * string * string * string * string * string * string[] * string[] * bool * System.Collections.Hashtable * bool -> unit
Public Sub ResourceGroupValidateDeploymentStack (deploymentStackName As String, resourceGroupName As String, templateFile As String, templateUri As String, templateSpec As String, templateObject As Hashtable, parameterUri As String, parameters As Hashtable, description As String, resourcesCleanupAction As String, resourceGroupsCleanupAction As String, managementGroupsCleanupAction As String, denySettingsMode As String, denySettingsExcludedPrincipals As String(), denySettingsExcludedActions As String(), denySettingsApplyToChildScopes As Boolean, tags As Hashtable, bypassStackOutOfSyncError As Boolean)

Parameters

deploymentStackName
String
resourceGroupName
String
templateFile
String
templateUri
String
templateSpec
String
templateObject
Hashtable
parameterUri
String
parameters
Hashtable
description
String
resourcesCleanupAction
String
resourceGroupsCleanupAction
String
managementGroupsCleanupAction
String
denySettingsMode
String
denySettingsExcludedPrincipals
String[]
denySettingsExcludedActions
String[]
denySettingsApplyToChildScopes
Boolean
tags
Hashtable
bypassStackOutOfSyncError
Boolean

Applies to