DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges Constructors

Definition

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.

delta
IList<DeploymentStacksWhatIfPropertyChange>

The predicted changes to the properties."

Applies to