DeploymentStacksWhatIfPropertyChange 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.
The predicted change to the resource property.
public class DeploymentStacksWhatIfPropertyChange : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange>
type DeploymentStacksWhatIfPropertyChange = class
interface IJsonModel<DeploymentStacksWhatIfPropertyChange>
interface IPersistableModel<DeploymentStacksWhatIfPropertyChange>
Public Class DeploymentStacksWhatIfPropertyChange
Implements IJsonModel(Of DeploymentStacksWhatIfPropertyChange), IPersistableModel(Of DeploymentStacksWhatIfPropertyChange)
- Inheritance
-
DeploymentStacksWhatIfPropertyChange
- Implements
Properties
| Name | Description |
|---|---|
| After |
The predicted value after the deployment is executed. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Before |
The predicted value before the deployment is executed. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| ChangeType |
Type of change that will be made to the resource when the deployment is executed. |
| Children |
Nested property changes. |
| Path |
Type of change that will be made to the resource when the deployment is executed. |