DeploymentStacksWhatIfResourceChange Class
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.
Information about a single resource change predicted by What-If operation.
public class DeploymentStacksWhatIfResourceChange
type DeploymentStacksWhatIfResourceChange = class
Public Class DeploymentStacksWhatIfResourceChange
- Inheritance
-
DeploymentStacksWhatIfResourceChange
Constructors
| Name | Description |
|---|---|
| DeploymentStacksWhatIfResourceChange() |
Initializes a new instance of the DeploymentStacksWhatIfResourceChange class. |
| DeploymentStacksWhatIfResourceChange(String, String, String, DeploymentExtension, String, IDictionary<String,Object>, String, String, String, DeploymentStacksWhatIfResourceChangeManagementStatusChange, DeploymentStacksWhatIfResourceChangeDenyStatusChange, String, DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges) |
Initializes a new instance of the DeploymentStacksWhatIfResourceChange class. |
Properties
| Name | Description |
|---|---|
| ApiVersion |
Gets the API version the resource was deployed with |
| ChangeCertainty |
Gets or sets the confidence level of the predicted change. Possible values include: 'definite', 'potential' |
| ChangeType |
Gets or sets type of change that will be made to the resource when the deployment is executed. Possible values include: 'create', 'delete', 'detach', 'modify', 'noChange', 'unsupported' |
| DenyStatusChange |
Gets or sets the predicted changes to the deployment stack deny status of the resource. |
| DeploymentId |
Gets or sets the resource id of the Deployment responsible for this change. |
| Extension |
Gets the extension the resource was deployed with. |
| Id |
Gets the ARM Resource ID of a resource managed by the deployment stack. |
| Identifiers |
Gets the extensible resource identifiers. |
| ManagementStatusChange |
Gets or sets the predicted changes to the deployment stack management status of the resource. |
| ResourceConfigurationChanges |
Gets or sets the predicted changes to the resource configuration. |
| SymbolicName |
Gets or sets the symbolic name of the resource being changed. |
| Type |
Gets the resource type. |
| UnsupportedReason |
Gets or sets the explanation about why the resource is unsupported by What-If. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |