ForceInclusionState 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 ForceInclusionAndUpdate.
public readonly struct ForceInclusionState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.ForceInclusionState>
type ForceInclusionState = struct
Public Structure ForceInclusionState
Implements IEquatable(Of ForceInclusionState)
- Inheritance
-
ForceInclusionState
- Implements
Constructors
| Name | Description |
|---|---|
| ForceInclusionState(String) |
Initializes a new instance of ForceInclusionState. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable ForceInclusionAndUpdate. |
| Enable |
Enable ForceInclusionAndUpdate. |
Methods
| Name | Description |
|---|---|
| Equals(ForceInclusionState) |
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(ForceInclusionState, ForceInclusionState) |
Determines if two ForceInclusionState values are the same. |
| Implicit(String to ForceInclusionState) |
Converts a string to a ForceInclusionState. |
| Implicit(String to Nullable<ForceInclusionState>) | |
| Inequality(ForceInclusionState, ForceInclusionState) |
Determines if two ForceInclusionState values are not the same. |