RelativeResourceCompositionState Struct
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.
Enum for AttentionReason - Resource state sync between two objects.
public readonly struct RelativeResourceCompositionState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.RelativeResourceCompositionState>
type RelativeResourceCompositionState = struct
Public Structure RelativeResourceCompositionState
Implements IEquatable(Of RelativeResourceCompositionState)
- Inheritance
-
RelativeResourceCompositionState
- Implements
Constructors
| Name | Description |
|---|---|
| RelativeResourceCompositionState(String) |
Initializes a new instance of RelativeResourceCompositionState. |
Properties
| Name | Description |
|---|---|
| InSync |
Resources in sync. |
| OutOfSync |
Resources out of sync. |
Methods
| Name | Description |
|---|---|
| Equals(RelativeResourceCompositionState) |
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(RelativeResourceCompositionState, RelativeResourceCompositionState) |
Determines if two RelativeResourceCompositionState values are the same. |
| Implicit(String to Nullable<RelativeResourceCompositionState>) | |
| Implicit(String to RelativeResourceCompositionState) |
Converts a string to a RelativeResourceCompositionState. |
| Inequality(RelativeResourceCompositionState, RelativeResourceCompositionState) |
Determines if two RelativeResourceCompositionState values are not the same. |