ReplicationPromoteOption Struct

Definition

Data synchronization option to use when processing the operation specified in the promoteMode property. This property is write only.

public readonly struct ReplicationPromoteOption : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ReplicationPromoteOption>
type ReplicationPromoteOption = struct
Public Structure ReplicationPromoteOption
Implements IEquatable(Of ReplicationPromoteOption)
Inheritance
ReplicationPromoteOption
Implements

Constructors

Name Description
ReplicationPromoteOption(String)

Initializes a new instance of ReplicationPromoteOption.

Properties

Name Description
Forced

Initiate the operation immediately, without waiting for data in the read replica to be synchronized with its source server.

Planned

Wait for data in the read replica to be fully synchronized with its source server before it initiates the operation.

Methods

Name Description
Equals(ReplicationPromoteOption)

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(ReplicationPromoteOption, ReplicationPromoteOption)

Determines if two ReplicationPromoteOption values are the same.

Implicit(String to Nullable<ReplicationPromoteOption>)
Implicit(String to ReplicationPromoteOption)

Converts a string to a ReplicationPromoteOption.

Inequality(ReplicationPromoteOption, ReplicationPromoteOption)

Determines if two ReplicationPromoteOption values are not the same.

Applies to