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