Share via


PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported Struct

Definition

A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. "Enabled" means zone redundant HA and geo-backup is supported. "Disabled" stands for zone redundant HA and geo-backup is not supported.

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

Constructors

PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

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

Determines if two PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported values are the same.

Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

Converts a string to a PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported.

Inequality(PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported, PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

Determines if two PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported values are not the same.

Applies to