ReadReplicaPromoteMode 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.
Type of operation to apply on the read replica. This property is write only.
public readonly struct ReadReplicaPromoteMode : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ReadReplicaPromoteMode>
type ReadReplicaPromoteMode = struct
Public Structure ReadReplicaPromoteMode
Implements IEquatable(Of ReadReplicaPromoteMode)
- Inheritance
-
ReadReplicaPromoteMode
- Implements
Constructors
| Name | Description |
|---|---|
| ReadReplicaPromoteMode(String) |
Initializes a new instance of ReadReplicaPromoteMode. |
Properties
| Name | Description |
|---|---|
| Standalone |
Read replica will become an independent server, and a completely independent entity from the replication set. |
| Switchover |
Read replica will swap roles with primary server. |
Methods
| Name | Description |
|---|---|
| Equals(ReadReplicaPromoteMode) |
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(ReadReplicaPromoteMode, ReadReplicaPromoteMode) |
Determines if two ReadReplicaPromoteMode values are the same. |
| Implicit(String to Nullable<ReadReplicaPromoteMode>) | |
| Implicit(String to ReadReplicaPromoteMode) |
Converts a string to a ReadReplicaPromoteMode. |
| Inequality(ReadReplicaPromoteMode, ReadReplicaPromoteMode) |
Determines if two ReadReplicaPromoteMode values are not the same. |