DeploymentStacksWhatIfResourceChangeDenyStatusChange Constructors

Definition

Overloads

Name Description
DeploymentStacksWhatIfResourceChangeDenyStatusChange()

Initializes a new instance of the DeploymentStacksWhatIfResourceChangeDenyStatusChange class.

DeploymentStacksWhatIfResourceChangeDenyStatusChange(String, String)

Initializes a new instance of the DeploymentStacksWhatIfResourceChangeDenyStatusChange class.

DeploymentStacksWhatIfResourceChangeDenyStatusChange()

Initializes a new instance of the DeploymentStacksWhatIfResourceChangeDenyStatusChange class.

public DeploymentStacksWhatIfResourceChangeDenyStatusChange();
Public Sub New ()

Applies to

DeploymentStacksWhatIfResourceChangeDenyStatusChange(String, String)

Initializes a new instance of the DeploymentStacksWhatIfResourceChangeDenyStatusChange class.

public DeploymentStacksWhatIfResourceChangeDenyStatusChange(string before = default, string after = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeDenyStatusChange : string * string -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeDenyStatusChange
Public Sub New (Optional before As String = Nothing, Optional after As String = Nothing)

Parameters

before
String

The predicted value before the deployment is executed. Possible values include: 'denyDelete', 'notSupported', 'inapplicable', 'denyWriteAndDelete', 'removedBySystem', 'none', 'unknown'

after
String

The predicted value after the deployment is executed. Possible values include: 'denyDelete', 'notSupported', 'inapplicable', 'denyWriteAndDelete', 'removedBySystem', 'none', 'unknown'

Applies to