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

Name Description
PostgreSqlFlexibleServerZoneRedundantHaSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerZoneRedundantHaSupported.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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