DeploymentStacksSdkClient.SubscriptionCreateOrUpdateDeploymentStack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SubscriptionCreateOrUpdateDeploymentStack(String, String, String, String, String, Hashtable, String, Hashtable, String, String, String, String, String, String, String[], String[], Boolean, Hashtable, Boolean)
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack SubscriptionCreateOrUpdateDeploymentStack(string deploymentStackName, string location, 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 deploymentScope, string denySettingsMode, string[] denySettingsExcludedPrincipals, string[] denySettingsExcludedActions, bool denySettingsApplyToChildScopes, System.Collections.Hashtable tags, bool bypassStackOutOfSyncError);
member this.SubscriptionCreateOrUpdateDeploymentStack : string * string * string * string * string * System.Collections.Hashtable * string * System.Collections.Hashtable * string * string * string * string * string * string * string[] * string[] * bool * System.Collections.Hashtable * bool -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack
Public Function SubscriptionCreateOrUpdateDeploymentStack (deploymentStackName As String, location 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, deploymentScope As String, denySettingsMode As String, denySettingsExcludedPrincipals As String(), denySettingsExcludedActions As String(), denySettingsApplyToChildScopes As Boolean, tags As Hashtable, bypassStackOutOfSyncError As Boolean) As PSDeploymentStack
Parameters
- deploymentStackName
- String
- location
- String
- templateFile
- String
- templateUri
- String
- templateSpec
- String
- templateObject
- Hashtable
- parameterUri
- String
- parameters
- Hashtable
- description
- String
- resourcesCleanupAction
- String
- resourceGroupsCleanupAction
- String
- managementGroupsCleanupAction
- String
- deploymentScope
- String
- denySettingsMode
- String
- denySettingsExcludedPrincipals
- String[]
- denySettingsExcludedActions
- String[]
- denySettingsApplyToChildScopes
- Boolean
- tags
- Hashtable
- bypassStackOutOfSyncError
- Boolean
Returns
Applies to
SubscriptionCreateOrUpdateDeploymentStack(String, String, String, String, String, Hashtable, String, Hashtable, String, String, String, String, String, String, String[], String[], Boolean, Hashtable, Boolean, String, String)
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack SubscriptionCreateOrUpdateDeploymentStack(string deploymentStackName, string location, 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 deploymentScope, string denySettingsMode, string[] denySettingsExcludedPrincipals, string[] denySettingsExcludedActions, bool denySettingsApplyToChildScopes, System.Collections.Hashtable tags, bool bypassStackOutOfSyncError, string resourcesWithoutDeleteSupport, string validationLevel);
member this.SubscriptionCreateOrUpdateDeploymentStack : string * string * string * string * string * System.Collections.Hashtable * string * System.Collections.Hashtable * string * string * string * string * string * string * string[] * string[] * bool * System.Collections.Hashtable * bool * string * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentStack
Public Function SubscriptionCreateOrUpdateDeploymentStack (deploymentStackName As String, location 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, deploymentScope As String, denySettingsMode As String, denySettingsExcludedPrincipals As String(), denySettingsExcludedActions As String(), denySettingsApplyToChildScopes As Boolean, tags As Hashtable, bypassStackOutOfSyncError As Boolean, resourcesWithoutDeleteSupport As String, validationLevel As String) As PSDeploymentStack
Parameters
- deploymentStackName
- String
- location
- String
- templateFile
- String
- templateUri
- String
- templateSpec
- String
- templateObject
- Hashtable
- parameterUri
- String
- parameters
- Hashtable
- description
- String
- resourcesCleanupAction
- String
- resourceGroupsCleanupAction
- String
- managementGroupsCleanupAction
- String
- deploymentScope
- String
- denySettingsMode
- String
- denySettingsExcludedPrincipals
- String[]
- denySettingsExcludedActions
- String[]
- denySettingsApplyToChildScopes
- Boolean
- tags
- Hashtable
- bypassStackOutOfSyncError
- Boolean
- resourcesWithoutDeleteSupport
- String
- validationLevel
- String