Condividi tramite


DeploymentStacksWhatIfPropertyChangeType Struct

Definition

The type of property change.

public readonly struct DeploymentStacksWhatIfPropertyChangeType : IEquatable<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChangeType>
type DeploymentStacksWhatIfPropertyChangeType = struct
Public Structure DeploymentStacksWhatIfPropertyChangeType
Implements IEquatable(Of DeploymentStacksWhatIfPropertyChangeType)
Inheritance
DeploymentStacksWhatIfPropertyChangeType
Implements

Constructors

Name Description
DeploymentStacksWhatIfPropertyChangeType(String)

Initializes a new instance of DeploymentStacksWhatIfPropertyChangeType.

Properties

Name Description
Array

The property is an array and contains nested changes.

Create

The property does not exist in the current state but is present in the desired state. The property will be created when the deployment is executed.

Delete

The property exists in the current state and is missing from the desired state. It will be deleted when the deployment is executed.

Modify

The property exists in both current and desired state and is different. The value of the property will change when the deployment is executed.

NoEffect

The property will not be set or updated.

Methods

Name Description
Equals(DeploymentStacksWhatIfPropertyChangeType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DeploymentStacksWhatIfPropertyChangeType, DeploymentStacksWhatIfPropertyChangeType)

Determines if two DeploymentStacksWhatIfPropertyChangeType values are the same.

Implicit(String to DeploymentStacksWhatIfPropertyChangeType)

Converts a string to a DeploymentStacksWhatIfPropertyChangeType.

Implicit(String to Nullable<DeploymentStacksWhatIfPropertyChangeType>)
Inequality(DeploymentStacksWhatIfPropertyChangeType, DeploymentStacksWhatIfPropertyChangeType)

Determines if two DeploymentStacksWhatIfPropertyChangeType values are not the same.

Applies to