Share via


PostgreSqlFlexibleServerZoneRedundantHaSupported Struct

Definition

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

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

Constructors

PostgreSqlFlexibleServerZoneRedundantHaSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerZoneRedundantHaSupported.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PostgreSqlFlexibleServerZoneRedundantHaSupported)

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

Determines if two PostgreSqlFlexibleServerZoneRedundantHaSupported values are the same.

Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaSupported)

Converts a string to a PostgreSqlFlexibleServerZoneRedundantHaSupported.

Inequality(PostgreSqlFlexibleServerZoneRedundantHaSupported, PostgreSqlFlexibleServerZoneRedundantHaSupported)

Determines if two PostgreSqlFlexibleServerZoneRedundantHaSupported values are not the same.

Applies to