DeploymentStackValidateProperties Constructors

Definition

Overloads

DeploymentStackValidateProperties()

Initializes a new instance of the DeploymentStackValidateProperties class.

public DeploymentStackValidateProperties();
Public Sub New ()

Applies to

Initializes a new instance of the DeploymentStackValidateProperties class.

public DeploymentStackValidateProperties(Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ActionOnUnmanage actionOnUnmanage = default, string correlationId = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings denySettings = default, string deploymentScope = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter> parameters = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksTemplateLink templateLink = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ResourceReference> validatedResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension> deploymentExtensions = default, string validationLevel = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStackValidateProperties : Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ActionOnUnmanage * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksTemplateLink * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ResourceReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension> * string -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStackValidateProperties
Public Sub New (Optional actionOnUnmanage As ActionOnUnmanage = Nothing, Optional correlationId As String = Nothing, Optional denySettings As DenySettings = Nothing, Optional deploymentScope As String = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, DeploymentParameter) = Nothing, Optional templateLink As DeploymentStacksTemplateLink = Nothing, Optional validatedResources As IList(Of ResourceReference) = Nothing, Optional deploymentExtensions As IList(Of DeploymentExtension) = Nothing, Optional validationLevel As String = Nothing)

Parameters

actionOnUnmanage
ActionOnUnmanage

Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.

correlationId
String

The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing.

denySettings
DenySettings

The Deployment stack deny settings.

deploymentScope
String

The Deployment stack deployment scope.

description
String

The Deployment stack validation description.

parameters
IDictionary<String,DeploymentParameter>

Deployment parameters.

templateLink
DeploymentStacksTemplateLink

The URI of the template.

validatedResources
IList<ResourceReference>

The array of resources that were validated.

deploymentExtensions
IList<DeploymentExtension>

The deployment extensions.

validationLevel
String

The validation level of the deployment stack Possible values include: 'Template', 'Provider', 'ProviderNoRbac'

Applies to