QualificationState 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.
A state type that indicates qualification of a resource for an operation.
public readonly struct QualificationState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.QualificationState>
type QualificationState = struct
Public Structure QualificationState
Implements IEquatable(Of QualificationState)
- Inheritance
-
QualificationState
- Implements
Constructors
| Name | Description |
|---|---|
| QualificationState(String) |
Initializes a new instance of QualificationState. |
Properties
| Name | Description |
|---|---|
| Excluded |
A state that indicates the resource is excluded from the recovery plan itself. |
| NotQualified |
A state that indicates the resource is not qualified for the operation. |
| Qualified |
A state that indicates the resource is qualified for the operation. |
| Unknown |
A state that indicates the qualification state is unknown. |
Methods
| Name | Description |
|---|---|
| Equals(QualificationState) |
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(QualificationState, QualificationState) |
Determines if two QualificationState values are the same. |
| Implicit(String to Nullable<QualificationState>) | |
| Implicit(String to QualificationState) |
Converts a string to a QualificationState. |
| Inequality(QualificationState, QualificationState) |
Determines if two QualificationState values are not the same. |