PostgreSqlFlexibleServerCreateMode.Replica Property

Definition

Operation creates a replica of an existing server. This operation creates a new server, restores a base backup of the existing server (referred to as primary), and configures physical replication to asynchronously stream all changes which are recorded in the transaction log of the primary.

public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode Replica { get; }
static member Replica : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode
Public Shared ReadOnly Property Replica As PostgreSqlFlexibleServerCreateMode

Property Value

Applies to