你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PostgreSqlFlexibleServerFailoverMode Struct

Definition

Failover mode.

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

Constructors

Name Description
PostgreSqlFlexibleServerFailoverMode(String)

Initializes a new instance of PostgreSqlFlexibleServerFailoverMode.

Properties

Name Description
ForcedFailover

ForcedFailover.

ForcedSwitchover

ForcedSwitchover.

PlannedFailover

PlannedFailover.

PlannedSwitchover

PlannedSwitchover.

Methods

Name Description
Equals(PostgreSqlFlexibleServerFailoverMode)

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

Determines if two PostgreSqlFlexibleServerFailoverMode values are the same.

Implicit(String to PostgreSqlFlexibleServerFailoverMode)

Converts a String to a PostgreSqlFlexibleServerFailoverMode.

Inequality(PostgreSqlFlexibleServerFailoverMode, PostgreSqlFlexibleServerFailoverMode)

Determines if two PostgreSqlFlexibleServerFailoverMode values are not the same.

Applies to