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