PostFailoverRedundancy 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 redundancy type of the account after an account failover is performed.
public readonly struct PostFailoverRedundancy : IEquatable<Azure.ResourceManager.Storage.Models.PostFailoverRedundancy>
type PostFailoverRedundancy = struct
Public Structure PostFailoverRedundancy
Implements IEquatable(Of PostFailoverRedundancy)
- Inheritance
-
PostFailoverRedundancy
- Implements
Constructors
| Name | Description |
|---|---|
| PostFailoverRedundancy(String) |
Initializes a new instance of PostFailoverRedundancy. |
Properties
| Name | Description |
|---|---|
| StandardLrs |
Standard_LRS. |
| StandardZrs |
Standard_ZRS. |
Methods
| Name | Description |
|---|---|
| Equals(PostFailoverRedundancy) |
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(PostFailoverRedundancy, PostFailoverRedundancy) |
Determines if two PostFailoverRedundancy values are the same. |
| Implicit(String to PostFailoverRedundancy) |
Converts a String to a PostFailoverRedundancy. |
| Inequality(PostFailoverRedundancy, PostFailoverRedundancy) |
Determines if two PostFailoverRedundancy values are not the same. |