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
PostFailoverRedundancy(String) |
Initializes a new instance of PostFailoverRedundancy. |
Properties
StandardLrs |
Standard_LRS. |
StandardZrs |
Standard_ZRS. |
Methods
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
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. |
Applies to
Azure SDK for .NET