DeploymentStacksWhatIfChangeDeploymentScopeChange 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 |
|---|---|
| DeploymentStacksWhatIfChangeDeploymentScopeChange() |
Initializes a new instance of the DeploymentStacksWhatIfChangeDeploymentScopeChange class. |
| DeploymentStacksWhatIfChangeDeploymentScopeChange(String, String) |
Initializes a new instance of the DeploymentStacksWhatIfChangeDeploymentScopeChange class. |
DeploymentStacksWhatIfChangeDeploymentScopeChange()
Initializes a new instance of the DeploymentStacksWhatIfChangeDeploymentScopeChange class.
public DeploymentStacksWhatIfChangeDeploymentScopeChange();
Public Sub New ()
Applies to
DeploymentStacksWhatIfChangeDeploymentScopeChange(String, String)
Initializes a new instance of the DeploymentStacksWhatIfChangeDeploymentScopeChange class.
public DeploymentStacksWhatIfChangeDeploymentScopeChange(string before = default, string after = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDeploymentScopeChange : string * string -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfChangeDeploymentScopeChange
Public Sub New (Optional before As String = Nothing, Optional after As String = Nothing)
Parameters
- before
- String
The predicted value before the deployment is executed.
- after
- String
The predicted value after the deployment is executed.