PostgreSqlFlexibleServerFailoverMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
PostgreSqlFlexibleServerFailoverMode(String) |
Initializes a new instance of PostgreSqlFlexibleServerFailoverMode. |
Properties
ForcedFailover |
ForcedFailover. |
ForcedSwitchover |
ForcedSwitchover. |
PlannedFailover |
PlannedFailover. |
PlannedSwitchover |
PlannedSwitchover. |
Methods
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
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
Azure SDK for .NET