PostgreSqlFlexibleServersReplica.PromoteMode Property

Definition

Type of operation to apply on the read replica. This property is write only. Standalone means that the read replica will be promoted to a standalone server, and will become a completely independent entity from the replication set. Switchover means that the read replica will roles with the primary server.

public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ReadReplicaPromoteMode? PromoteMode { get; set; }
member this.PromoteMode : Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ReadReplicaPromoteMode> with get, set
Public Property PromoteMode As Nullable(Of ReadReplicaPromoteMode)

Property Value

Applies to