ReplicationPromoteOption Struct

Definition

Sets the promote options for a replica server. This is a write only property.

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

ReplicationPromoteOption(String)

Initializes a new instance of ReplicationPromoteOption.

Properties

Forced

forced.

Planned

planned.

Methods

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

Equality(ReplicationPromoteOption, ReplicationPromoteOption)

Determines if two ReplicationPromoteOption values are the same.

Implicit(String to ReplicationPromoteOption)

Converts a String to a ReplicationPromoteOption.

Inequality(ReplicationPromoteOption, ReplicationPromoteOption)

Determines if two ReplicationPromoteOption values are not the same.

Applies to