DeploymentStacksWhatIfChange Class

Definition

Changes predicted to the deployment stack as a result of the what-if operation.

public class DeploymentStacksWhatIfChange
type DeploymentStacksWhatIfChange = class
Public Class DeploymentStacksWhatIfChange
Inheritance
DeploymentStacksWhatIfChange

Constructors

Name Description
DeploymentStacksWhatIfChange()

Initializes a new instance of the DeploymentStacksWhatIfChange class.

DeploymentStacksWhatIfChange(IList<DeploymentStacksWhatIfResourceChange>, DeploymentStacksWhatIfChangeDenySettingsChange, DeploymentStacksWhatIfChangeDeploymentScopeChange)

Initializes a new instance of the DeploymentStacksWhatIfChange class.

Properties

Name Description
DenySettingsChange

Gets or sets predicted changes to the deployment stack deny settings.

DeploymentScopeChange

Gets or sets predicted changes to the deployment scope for the deployment stack.

ResourceChanges

Gets or sets list of resource changes predicted by What-If operation.

Methods

Name Description
Validate()

Validate the object.

Applies to