PostgreSqlFlexibleServerHAMode 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.
HA mode supported for a server.
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
PostgreSqlFlexibleServerHAMode(String) |
Initializes a new instance of PostgreSqlFlexibleServerHAMode. |
Properties
SameZone |
SameZone. |
ZoneRedundant |
ZoneRedundant. |
Methods
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
Equality(PostgreSqlFlexibleServerHAMode, PostgreSqlFlexibleServerHAMode) |
Determines if two PostgreSqlFlexibleServerHAMode values are the same. |
Implicit(String to PostgreSqlFlexibleServerHAMode) |
Converts a string to a PostgreSqlFlexibleServerHAMode. |
Inequality(PostgreSqlFlexibleServerHAMode, PostgreSqlFlexibleServerHAMode) |
Determines if two PostgreSqlFlexibleServerHAMode values are not the same. |
Applies to
Azure SDK for .NET