DeploymentStacksWhatIfResourceChange interface

Information about a single resource change predicted by What-If operation.

Properties

apiVersion

The API version the resource was deployed with

changeCertainty

The confidence level of the predicted change.

changeType

Type of change that will be made to the resource when the deployment is executed.

denyStatusChange

The predicted changes to the deployment stack deny status of the resource.

deploymentId

The resource id of the Deployment responsible for this change.

extension

The extension the resource was deployed with.

id

The ARM Resource ID of a resource managed by the deployment stack.

identifiers

The extensible resource identifiers.

managementStatusChange

The predicted changes to the deployment stack management status of the resource.

resourceConfigurationChanges

The predicted changes to the resource configuration.

symbolicName

The symbolic name of the resource being changed.

type

The resource type.

unsupportedReason

The explanation about why the resource is unsupported by What-If.

Property Details

apiVersion

The API version the resource was deployed with

apiVersion?: string

Property Value

string

changeCertainty

The confidence level of the predicted change.

changeCertainty: string

Property Value

string

changeType

Type of change that will be made to the resource when the deployment is executed.

changeType: string

Property Value

string

denyStatusChange

The predicted changes to the deployment stack deny status of the resource.

denyStatusChange?: DeploymentStacksChangeBaseDenyStatusMode

Property Value

deploymentId

The resource id of the Deployment responsible for this change.

deploymentId?: string

Property Value

string

extension

The extension the resource was deployed with.

extension?: DeploymentExtension

Property Value

id

The ARM Resource ID of a resource managed by the deployment stack.

id?: string

Property Value

string

identifiers

The extensible resource identifiers.

identifiers?: Record<string, any>

Property Value

Record<string, any>

managementStatusChange

The predicted changes to the deployment stack management status of the resource.

managementStatusChange?: DeploymentStacksChangeBaseDeploymentStacksManagementStatus

Property Value

resourceConfigurationChanges

The predicted changes to the resource configuration.

resourceConfigurationChanges?: DeploymentStacksChangeDeltaRecord

Property Value

symbolicName

The symbolic name of the resource being changed.

symbolicName?: string

Property Value

string

type

The resource type.

type?: string

Property Value

string

unsupportedReason

The explanation about why the resource is unsupported by What-If.

unsupportedReason?: string

Property Value

string