PostgreSqlFlexibleServerHighAvailabilityMode 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.
The HA mode for the server.
public readonly struct PostgreSqlFlexibleServerHighAvailabilityMode : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode>
type PostgreSqlFlexibleServerHighAvailabilityMode = struct
Public Structure PostgreSqlFlexibleServerHighAvailabilityMode
Implements IEquatable(Of PostgreSqlFlexibleServerHighAvailabilityMode)
- Inheritance
-
PostgreSqlFlexibleServerHighAvailabilityMode
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerHighAvailabilityMode(String) |
Initializes a new instance of PostgreSqlFlexibleServerHighAvailabilityMode. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| SameZone |
SameZone. |
| ZoneRedundant |
ZoneRedundant. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlFlexibleServerHighAvailabilityMode) |
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(PostgreSqlFlexibleServerHighAvailabilityMode, PostgreSqlFlexibleServerHighAvailabilityMode) |
Determines if two PostgreSqlFlexibleServerHighAvailabilityMode values are the same. |
| Implicit(String to PostgreSqlFlexibleServerHighAvailabilityMode) |
Converts a String to a PostgreSqlFlexibleServerHighAvailabilityMode. |
| Inequality(PostgreSqlFlexibleServerHighAvailabilityMode, PostgreSqlFlexibleServerHighAvailabilityMode) |
Determines if two PostgreSqlFlexibleServerHighAvailabilityMode values are not the same. |