DeploymentStacksWhatIfResourceChangeDenyStatusChange Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'