PostgreSqlFlexibleServersReplica.PromoteMode Property
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. 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)