DeploymentStacksWhatIfResultProperties Constructors

Definition

Overloads

DeploymentStacksWhatIfResultProperties()

Initializes a new instance of the DeploymentStacksWhatIfResultProperties class.

public DeploymentStacksWhatIfResultProperties();
Public Sub New ()

Applies to

Initializes a new instance of the DeploymentStacksWhatIfResultProperties class.

public DeploymentStacksWhatIfResultProperties(Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ActionOnUnmanage actionOnUnmanage, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings denySettings, string deploymentStackResourceId, TimeSpan retentionInterval, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorDetail error = default, System.Collections.Generic.IDictionary<string,object> template = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksTemplateLink templateLink = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter> parameters = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksParametersLink parametersLink = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem>> extensionConfigs = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput> externalInputs = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInputDefinition> externalInputDefinitions = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDebugSetting debugSetting = default, string deploymentScope = default, string description = default, string provisioningState = default, string correlationId = default, string validationLevel = default, DateTime? deploymentStackLastModified = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChange changes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDiagnostic> diagnostics = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultProperties : Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ActionOnUnmanage * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings * string * TimeSpan * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorDetail * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksTemplateLink * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksParametersLink * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem>> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInputDefinition> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDebugSetting * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChange * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDiagnostic> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultProperties
Public Sub New (actionOnUnmanage As ActionOnUnmanage, denySettings As DenySettings, deploymentStackResourceId As String, retentionInterval As TimeSpan, Optional error As ErrorDetail = Nothing, Optional template As IDictionary(Of String, Object) = Nothing, Optional templateLink As DeploymentStacksTemplateLink = Nothing, Optional parameters As IDictionary(Of String, DeploymentParameter) = Nothing, Optional parametersLink As DeploymentStacksParametersLink = Nothing, Optional extensionConfigs As IDictionary(Of String, IDictionary(Of String, DeploymentExtensionConfigItem)) = Nothing, Optional externalInputs As IDictionary(Of String, DeploymentExternalInput) = Nothing, Optional externalInputDefinitions As IDictionary(Of String, DeploymentExternalInputDefinition) = Nothing, Optional debugSetting As DeploymentStacksDebugSetting = Nothing, Optional deploymentScope As String = Nothing, Optional description As String = Nothing, Optional provisioningState As String = Nothing, Optional correlationId As String = Nothing, Optional validationLevel As String = Nothing, Optional deploymentStackLastModified As Nullable(Of DateTime) = Nothing, Optional changes As DeploymentStacksWhatIfChange = Nothing, Optional diagnostics As IList(Of DeploymentStacksDiagnostic) = Nothing)

Parameters

actionOnUnmanage
ActionOnUnmanage

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

denySettings
DenySettings

Defines how resources deployed by the stack are locked.

deploymentStackResourceId
String

The deployment stack id to use as the basis for comparison.

retentionInterval
TimeSpan

The interval to persist the deployment stack what-if result in ISO 8601 format.

error
ErrorDetail

The error detail.

template
IDictionary<String,Object>

The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.

templateLink
DeploymentStacksTemplateLink

The URI of the template. Use either the templateLink property or the template property, but not both.

parameters
IDictionary<String,DeploymentParameter>

Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.

parametersLink
DeploymentStacksParametersLink

The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.

extensionConfigs
IDictionary<String,IDictionary<String,DeploymentExtensionConfigItem>>

The deployment extension configs. Keys of this object are extension aliases as defined in the deployment template.

externalInputs
IDictionary<String,DeploymentExternalInput>

External input values, used by external tooling for parameter evaluation.

externalInputDefinitions
IDictionary<String,DeploymentExternalInputDefinition>

External input definitions, used by external tooling to define expected external input values.

debugSetting
DeploymentStacksDebugSetting

The debug setting of the deployment.

deploymentScope
String

The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').

description
String

Deployment stack description. Max length of 4096 characters.

provisioningState
String

State of the deployment stack. Possible values include: 'creating', 'validating', 'waiting', 'deploying', 'canceling', 'updatingDenyAssignments', 'deletingResources', 'succeeded', 'failed', 'canceled', 'deleting', 'initializing', 'running'

correlationId
String

The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.

validationLevel
String

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

deploymentStackLastModified
Nullable<DateTime>

The timestamp for when the deployment stack was last modified. This can be used to determine if the what-if data is still current.

changes
DeploymentStacksWhatIfChange

All of the changes predicted by the deployment stack what-if operation.

diagnostics
IList<DeploymentStacksDiagnostic>

List of resource diagnostics detected by What-If operation.

Applies to