DeploymentStacksWhatIfChange Constructors

Definition

Overloads

Name Description
DeploymentStacksWhatIfChange()

Initializes a new instance of the DeploymentStacksWhatIfChange class.

DeploymentStacksWhatIfChange(IList<DeploymentStacksWhatIfResourceChange>, DeploymentStacksWhatIfChangeDenySettingsChange, DeploymentStacksWhatIfChangeDeploymentScopeChange)

Initializes a new instance of the DeploymentStacksWhatIfChange class.

DeploymentStacksWhatIfChange()

Initializes a new instance of the DeploymentStacksWhatIfChange class.

public DeploymentStacksWhatIfChange();
Public Sub New ()

Applies to

DeploymentStacksWhatIfChange(IList<DeploymentStacksWhatIfResourceChange>, DeploymentStacksWhatIfChangeDenySettingsChange, DeploymentStacksWhatIfChangeDeploymentScopeChange)

Initializes a new instance of the DeploymentStacksWhatIfChange class.

public DeploymentStacksWhatIfChange(System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange> resourceChanges, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDenySettingsChange denySettingsChange, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDeploymentScopeChange deploymentScopeChange = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChange : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange> * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDenySettingsChange * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDeploymentScopeChange -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChange
Public Sub New (resourceChanges As IList(Of DeploymentStacksWhatIfResourceChange), denySettingsChange As DeploymentStacksWhatIfChangeDenySettingsChange, Optional deploymentScopeChange As DeploymentStacksWhatIfChangeDeploymentScopeChange = Nothing)

Parameters

resourceChanges
IList<DeploymentStacksWhatIfResourceChange>

List of resource changes predicted by What-If operation.

denySettingsChange
DeploymentStacksWhatIfChangeDenySettingsChange

Predicted changes to the deployment stack deny settings.

deploymentScopeChange
DeploymentStacksWhatIfChangeDeploymentScopeChange

Predicted changes to the deployment scope for the deployment stack.

Applies to