PostgreSqlFlexibleServerHAMode Struct

Definition

Mode of high availability supported for this compute.

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

Constructors

Name Description
PostgreSqlFlexibleServerHAMode(String)

Initializes a new instance of PostgreSqlFlexibleServerHAMode.

Properties

Name Description
SameZone

High availability is supported for this compute, with standby server in the same availability zone as the primary.

ZoneRedundant

High availability is supported for this compute, with standby server in a different availability zone than that of the primary.

Methods

Name Description
Equals(PostgreSqlFlexibleServerHAMode)

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

Determines if two PostgreSqlFlexibleServerHAMode values are the same.

Implicit(String to Nullable<PostgreSqlFlexibleServerHAMode>)
Implicit(String to PostgreSqlFlexibleServerHAMode)

Converts a string to a PostgreSqlFlexibleServerHAMode.

Inequality(PostgreSqlFlexibleServerHAMode, PostgreSqlFlexibleServerHAMode)

Determines if two PostgreSqlFlexibleServerHAMode values are not the same.

Applies to