ExclusionState 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 the status of the resource in the goal.
public readonly struct ExclusionState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.ExclusionState>
type ExclusionState = struct
Public Structure ExclusionState
Implements IEquatable(Of ExclusionState)
- Inheritance
-
ExclusionState
- Implements
Constructors
| Name | Description |
|---|---|
| ExclusionState(String) |
Initializes a new instance of ExclusionState. |
Properties
| Name | Description |
|---|---|
| Excluded |
Resource is not included in the goals. |
| Included |
Resource is excluded from the goals. |
Methods
| Name | Description |
|---|---|
| Equals(ExclusionState) |
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(ExclusionState, ExclusionState) |
Determines if two ExclusionState values are the same. |
| Implicit(String to ExclusionState) |
Converts a string to a ExclusionState. |
| Implicit(String to Nullable<ExclusionState>) | |
| Inequality(ExclusionState, ExclusionState) |
Determines if two ExclusionState values are not the same. |