RequirementSelected 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 requirement status of the resource in the goal.
public readonly struct RequirementSelected : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.RequirementSelected>
type RequirementSelected = struct
Public Structure RequirementSelected
Implements IEquatable(Of RequirementSelected)
- Inheritance
-
RequirementSelected
- Implements
Constructors
| Name | Description |
|---|---|
| RequirementSelected(String) |
Initializes a new instance of RequirementSelected. |
Properties
| Name | Description |
|---|---|
| NotRequired |
The resource is not required for the specified goal. |
| Required |
The resource is required for the specified goal. |
Methods
| Name | Description |
|---|---|
| Equals(RequirementSelected) |
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(RequirementSelected, RequirementSelected) |
Determines if two RequirementSelected values are the same. |
| Implicit(String to Nullable<RequirementSelected>) | |
| Implicit(String to RequirementSelected) |
Converts a string to a RequirementSelected. |
| Inequality(RequirementSelected, RequirementSelected) |
Determines if two RequirementSelected values are not the same. |