PostgreSqlFlexibleServerZoneRedundantHaSupported Struct

Definition

Indicates if high availability with zone redundancy is supported in this location. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'.

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

High availability with zone redundancy is not supported.

Enabled

High availability with zone redundancy is supported.

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 Nullable<PostgreSqlFlexibleServerZoneRedundantHaSupported>)
Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaSupported)

Converts a string to a PostgreSqlFlexibleServerZoneRedundantHaSupported.

Inequality(PostgreSqlFlexibleServerZoneRedundantHaSupported, PostgreSqlFlexibleServerZoneRedundantHaSupported)

Determines if two PostgreSqlFlexibleServerZoneRedundantHaSupported values are not the same.

Applies to