PostgreSqlFlexibleServerGeoRedundantBackupEnum 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.
Valeur indiquant si Geo-Redundant sauvegarde est activée sur le serveur.
public readonly struct PostgreSqlFlexibleServerGeoRedundantBackupEnum : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerGeoRedundantBackupEnum>
type PostgreSqlFlexibleServerGeoRedundantBackupEnum = struct
Public Structure PostgreSqlFlexibleServerGeoRedundantBackupEnum
Implements IEquatable(Of PostgreSqlFlexibleServerGeoRedundantBackupEnum)
- Héritage
-
PostgreSqlFlexibleServerGeoRedundantBackupEnum
- Implémente
Constructeurs
PostgreSqlFlexibleServerGeoRedundantBackupEnum(String) |
Initialise une nouvelle instance de PostgreSqlFlexibleServerGeoRedundantBackupEnum. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
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(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Détermine si deux PostgreSqlFlexibleServerGeoRedundantBackupEnum valeurs sont identiques. |
Implicit(String to PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Convertit une chaîne en PostgreSqlFlexibleServerGeoRedundantBackupEnum. |
Inequality(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum) |
Détermine si deux PostgreSqlFlexibleServerGeoRedundantBackupEnum valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET