DeploymentStacksWhatIfChangeDenySettingsChange Constructors

Definition

Overloads

Name Description
DeploymentStacksWhatIfChangeDenySettingsChange()

Initializes a new instance of the DeploymentStacksWhatIfChangeDenySettingsChange class.

DeploymentStacksWhatIfChangeDenySettingsChange(DenySettings, DenySettings, IList<DeploymentStacksWhatIfPropertyChange>)

Initializes a new instance of the DeploymentStacksWhatIfChangeDenySettingsChange class.

DeploymentStacksWhatIfChangeDenySettingsChange()

Initializes a new instance of the DeploymentStacksWhatIfChangeDenySettingsChange class.

public DeploymentStacksWhatIfChangeDenySettingsChange();
Public Sub New ()

Applies to

DeploymentStacksWhatIfChangeDenySettingsChange(DenySettings, DenySettings, IList<DeploymentStacksWhatIfPropertyChange>)

Initializes a new instance of the DeploymentStacksWhatIfChangeDenySettingsChange class.

public DeploymentStacksWhatIfChangeDenySettingsChange(Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings before = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> delta = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDenySettingsChange : Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DenySettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDenySettingsChange
Public Sub New (Optional before As DenySettings = Nothing, Optional after As DenySettings = Nothing, Optional delta As IList(Of DeploymentStacksWhatIfPropertyChange) = Nothing)

Parameters

before
DenySettings

The predicted value before the deployment is executed.

after
DenySettings

The predicted value after the deployment is executed.

delta
IList<DeploymentStacksWhatIfPropertyChange>

The predicted changes to the properties."

Applies to