DeploymentStacksWhatIfChangeDeploymentScopeChange Constructors

Definition

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.

Applies to