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

StandardTierStorageRedundancy(String)

Initializes a new instance of StandardTierStorageRedundancy.

Properties

GeoRedundant

GeoRedundant.

LocallyRedundant

LocallyRedundant.

ZoneRedundant

ZoneRedundant.

Methods

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

Equality(StandardTierStorageRedundancy, StandardTierStorageRedundancy)

Determines if two StandardTierStorageRedundancy values are the same.

Implicit(String to StandardTierStorageRedundancy)

Converts a String to a StandardTierStorageRedundancy.

Inequality(StandardTierStorageRedundancy, StandardTierStorageRedundancy)

Determines if two StandardTierStorageRedundancy values are not the same.

Applies to