BackupStorageType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de stockage.
public readonly struct BackupStorageType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupStorageType>
type BackupStorageType = struct
Public Structure BackupStorageType
Implements IEquatable(Of BackupStorageType)
- Héritage
-
BackupStorageType
- Implémente
Constructeurs
BackupStorageType(String) |
Initialise une nouvelle instance de BackupStorageType. |
Propriétés
GeoRedundant |
GeoRedundant. |
Invalid |
Non valide. |
LocallyRedundant |
LocalRedundant. |
ReadAccessGeoZoneRedundant |
ReadAccessGeoZoneRedundant. |
ZoneRedundant |
ZoneRedundant. |
Méthodes
Equals(BackupStorageType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(BackupStorageType, BackupStorageType) |
Détermine si deux BackupStorageType valeurs sont identiques. |
Implicit(String to BackupStorageType) |
Convertit une chaîne en BackupStorageType. |
Inequality(BackupStorageType, BackupStorageType) |
Détermine si deux BackupStorageType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET