PostPlannedFailoverRedundancy Struct

Definition

The redundancy type of the account after a planned account failover is performed.

public readonly struct PostPlannedFailoverRedundancy : IEquatable<Azure.ResourceManager.Storage.Models.PostPlannedFailoverRedundancy>
type PostPlannedFailoverRedundancy = struct
Public Structure PostPlannedFailoverRedundancy
Implements IEquatable(Of PostPlannedFailoverRedundancy)
Inheritance
PostPlannedFailoverRedundancy
Implements

Constructors

PostPlannedFailoverRedundancy(String)

Initializes a new instance of PostPlannedFailoverRedundancy.

Properties

StandardGrs

Standard_GRS.

StandardGzrs

Standard_GZRS.

StandardRagrs

Standard_RAGRS.

StandardRagzrs

Standard_RAGZRS.

Methods

Equals(PostPlannedFailoverRedundancy)

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(PostPlannedFailoverRedundancy, PostPlannedFailoverRedundancy)

Determines if two PostPlannedFailoverRedundancy values are the same.

Implicit(String to PostPlannedFailoverRedundancy)

Converts a string to a PostPlannedFailoverRedundancy.

Inequality(PostPlannedFailoverRedundancy, PostPlannedFailoverRedundancy)

Determines if two PostPlannedFailoverRedundancy values are not the same.

Applies to