DeploymentStacksWhatIfChange 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 |
|---|---|
| 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.