StandardTierStorageRedundancy Struct

Definition

The storage redundancy setting of a vault.

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

Constructors

Name Description
StandardTierStorageRedundancy(String)

Initializes a new instance of StandardTierStorageRedundancy.

Properties

Name Description
GeoRedundant

Gets the GeoRedundant.

Invalid

Gets the Invalid.

LocallyRedundant

Gets the LocallyRedundant.

ZoneRedundant

Gets the ZoneRedundant.

Methods

Name Description
Equals(StandardTierStorageRedundancy)

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

Determines if two StandardTierStorageRedundancy values are the same.

Implicit(String to Nullable<StandardTierStorageRedundancy>)
Implicit(String to StandardTierStorageRedundancy)

Converts a string to a StandardTierStorageRedundancy.

Inequality(StandardTierStorageRedundancy, StandardTierStorageRedundancy)

Determines if two StandardTierStorageRedundancy values are not the same.

Applies to