Share via


BackupStorageType Struct

Definition

Storage type.

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

Constructors

BackupStorageType(String)

Initializes a new instance of BackupStorageType.

Properties

GeoRedundant

GeoRedundant.

Invalid

Invalid.

LocallyRedundant

LocallyRedundant.

ReadAccessGeoZoneRedundant

ReadAccessGeoZoneRedundant.

ZoneRedundant

ZoneRedundant.

Methods

Equals(BackupStorageType)

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

Determines if two BackupStorageType values are the same.

Implicit(String to BackupStorageType)

Converts a string to a BackupStorageType.

Inequality(BackupStorageType, BackupStorageType)

Determines if two BackupStorageType values are not the same.

Applies to