BackupStorageType 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.
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
Azure SDK for .NET