DeploymentStacksWhatIfResourceChange Constructors

Definition

Overloads

DeploymentStacksWhatIfResourceChange()

Initializes a new instance of the DeploymentStacksWhatIfResourceChange class.

public DeploymentStacksWhatIfResourceChange();
Public Sub New ()

Applies to

DeploymentStacksWhatIfResourceChange(String, String, String, DeploymentExtension, String, IDictionary<String,Object>, String, String, String, DeploymentStacksWhatIfResourceChangeManagementStatusChange, DeploymentStacksWhatIfResourceChangeDenyStatusChange, String, DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges)

Initializes a new instance of the DeploymentStacksWhatIfResourceChange class.

public DeploymentStacksWhatIfResourceChange(string changeType, string changeCertainty, string id = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension extension = default, string type = default, System.Collections.Generic.IDictionary<string,object> identifiers = default, string apiVersion = default, string deploymentId = default, string symbolicName = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeManagementStatusChange managementStatusChange = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeDenyStatusChange denyStatusChange = default, string unsupportedReason = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges resourceConfigurationChanges = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange : string * string * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension * string * System.Collections.Generic.IDictionary<string, obj> * string * string * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeManagementStatusChange * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeDenyStatusChange * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange
Public Sub New (changeType As String, changeCertainty As String, Optional id As String = Nothing, Optional extension As DeploymentExtension = Nothing, Optional type As String = Nothing, Optional identifiers As IDictionary(Of String, Object) = Nothing, Optional apiVersion As String = Nothing, Optional deploymentId As String = Nothing, Optional symbolicName As String = Nothing, Optional managementStatusChange As DeploymentStacksWhatIfResourceChangeManagementStatusChange = Nothing, Optional denyStatusChange As DeploymentStacksWhatIfResourceChangeDenyStatusChange = Nothing, Optional unsupportedReason As String = Nothing, Optional resourceConfigurationChanges As DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges = Nothing)

Parameters

changeType
String

Type of change that will be made to the resource when the deployment is executed. Possible values include: 'create', 'delete', 'detach', 'modify', 'noChange', 'unsupported'

changeCertainty
String

The confidence level of the predicted change. Possible values include: 'definite', 'potential'

id
String

The ARM Resource ID of a resource managed by the deployment stack.

extension
DeploymentExtension

The extension the resource was deployed with.

type
String

The resource type.

identifiers
IDictionary<String,Object>

The extensible resource identifiers.

apiVersion
String

The API version the resource was deployed with

deploymentId
String

The resource id of the Deployment responsible for this change.

symbolicName
String

The symbolic name of the resource being changed.

managementStatusChange
DeploymentStacksWhatIfResourceChangeManagementStatusChange

The predicted changes to the deployment stack management status of the resource.

denyStatusChange
DeploymentStacksWhatIfResourceChangeDenyStatusChange

The predicted changes to the deployment stack deny status of the resource.

unsupportedReason
String

The explanation about why the resource is unsupported by What-If.

resourceConfigurationChanges
DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges

The predicted changes to the resource configuration.

Applies to