DeploymentStacksWhatIfResultProperties Class

Definition

DeploymentStack WhatIfResult Properties

public class DeploymentStacksWhatIfResultProperties
type DeploymentStacksWhatIfResultProperties = class
Public Class DeploymentStacksWhatIfResultProperties
Inheritance
DeploymentStacksWhatIfResultProperties

Constructors

Name Description
DeploymentStacksWhatIfResultProperties()

Initializes a new instance of the DeploymentStacksWhatIfResultProperties class.

DeploymentStacksWhatIfResultProperties(ActionOnUnmanage, DenySettings, String, TimeSpan, ErrorDetail, IDictionary<String,Object>, DeploymentStacksTemplateLink, IDictionary<String,DeploymentParameter>, DeploymentStacksParametersLink, IDictionary<String,IDictionary<String,DeploymentExtensionConfigItem>>, IDictionary<String,DeploymentExternalInput>, IDictionary<String, DeploymentExternalInputDefinition>, DeploymentStacksDebugSetting, String, String, String, String, String, Nullable<DateTime>, DeploymentStacksWhatIfChange, IList<DeploymentStacksDiagnostic>)

Initializes a new instance of the DeploymentStacksWhatIfResultProperties class.

Properties

Name Description
ActionOnUnmanage

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

Changes

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

CorrelationId

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

DebugSetting

Gets or sets the debug setting of the deployment.

DenySettings

Gets or sets defines how resources deployed by the stack are locked.

DeploymentScope

Gets or sets 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}').

DeploymentStackLastModified

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

DeploymentStackResourceId

Gets or sets the deployment stack id to use as the basis for comparison.

Description

Gets or sets deployment stack description. Max length of 4096 characters.

Diagnostics

Gets list of resource diagnostics detected by What-If operation.

Error

Gets the error detail.

ExtensionConfigs

Gets or sets the deployment extension configs. Keys of this object are extension aliases as defined in the deployment template.

ExternalInputDefinitions

Gets or sets external input definitions, used by external tooling to define expected external input values.

ExternalInputs

Gets or sets external input values, used by external tooling for parameter evaluation.

Parameters

Gets or sets 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

Gets or sets 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.

ProvisioningState

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

RetentionInterval

Gets or sets the interval to persist the deployment stack what-if result in ISO 8601 format.

Template

Gets or sets 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

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

ValidationLevel

Gets or sets the validation level of the deployment stack Possible values include: 'Template', 'Provider', 'ProviderNoRbac'

Methods

Name Description
Validate()

Validate the object.

Applies to