FailoverRequestFailoverType 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.
The parameter is set to 'Planned' to indicate whether a Planned failover is requested.
public readonly struct FailoverRequestFailoverType : IEquatable<Azure.ResourceManager.Storage.Models.FailoverRequestFailoverType>
type FailoverRequestFailoverType = struct
Public Structure FailoverRequestFailoverType
Implements IEquatable(Of FailoverRequestFailoverType)
- Inheritance
-
FailoverRequestFailoverType
- Implements
Constructors
| Name | Description |
|---|---|
| FailoverRequestFailoverType(String) |
Initializes a new instance of FailoverRequestFailoverType. |
Properties
| Name | Description |
|---|---|
| Planned |
Planned. |
Methods
| Name | Description |
|---|---|
| Equals(FailoverRequestFailoverType) |
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(FailoverRequestFailoverType, FailoverRequestFailoverType) |
Determines if two FailoverRequestFailoverType values are the same. |
| Implicit(FailoverRequestFailoverType to StorageAccountFailoverType) | |
| Implicit(StorageAccountFailoverType to FailoverRequestFailoverType) | |
| Implicit(String to FailoverRequestFailoverType) |
Converts a String to a FailoverRequestFailoverType. |
| Inequality(FailoverRequestFailoverType, FailoverRequestFailoverType) |
Determines if two FailoverRequestFailoverType values are not the same. |