PostgreSqlFlexibleServerZoneRedundantHaSupported 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 la haute disponibilité redondante interzone est prise en charge dans cette région. « Activé » signifie que la haute disponibilité redondante interzone est prise en charge. « Désactivé » signifie que la haute disponibilité redondante interzone n’est pas prise en charge.
public readonly struct PostgreSqlFlexibleServerZoneRedundantHaSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerZoneRedundantHaSupported>
type PostgreSqlFlexibleServerZoneRedundantHaSupported = struct
Public Structure PostgreSqlFlexibleServerZoneRedundantHaSupported
Implements IEquatable(Of PostgreSqlFlexibleServerZoneRedundantHaSupported)
- Héritage
-
PostgreSqlFlexibleServerZoneRedundantHaSupported
- Implémente
Constructeurs
PostgreSqlFlexibleServerZoneRedundantHaSupported(String) |
Initialise une nouvelle instance de PostgreSqlFlexibleServerZoneRedundantHaSupported. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(PostgreSqlFlexibleServerZoneRedundantHaSupported) |
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(PostgreSqlFlexibleServerZoneRedundantHaSupported, PostgreSqlFlexibleServerZoneRedundantHaSupported) |
Détermine si deux PostgreSqlFlexibleServerZoneRedundantHaSupported valeurs sont identiques. |
Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaSupported) |
Convertit une chaîne en PostgreSqlFlexibleServerZoneRedundantHaSupported. |
Inequality(PostgreSqlFlexibleServerZoneRedundantHaSupported, PostgreSqlFlexibleServerZoneRedundantHaSupported) |
Détermine si deux PostgreSqlFlexibleServerZoneRedundantHaSupported valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET