DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges 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 |
|---|---|
| DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges() |
Initializes a new instance of the DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges class. |
| DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges(IDictionary<String, Object>, IDictionary<String,Object>, IList<DeploymentStacksWhatIfPropertyChange>) |
Initializes a new instance of the DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges class. |
DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges()
Initializes a new instance of the DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges class.
public DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges();
Public Sub New ()
Applies to
DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges(IDictionary<String, Object>, IDictionary<String,Object>, IList<DeploymentStacksWhatIfPropertyChange>)
Initializes a new instance of the DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges class.
public DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges(System.Collections.Generic.IDictionary<string,object> before = default, System.Collections.Generic.IDictionary<string,object> after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> delta = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges : System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges
Public Sub New (Optional before As IDictionary(Of String, Object) = Nothing, Optional after As IDictionary(Of String, Object) = Nothing, Optional delta As IList(Of DeploymentStacksWhatIfPropertyChange) = Nothing)
Parameters
- before
- IDictionary<String,Object>
The predicted value before the deployment is executed.
- after
- IDictionary<String,Object>
The predicted value after the deployment is executed.
The predicted changes to the properties."