ReplicationPromoteOption Struct
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.
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
| Name | Description |
|---|---|
| ReplicationPromoteOption(String) |
Initializes a new instance of ReplicationPromoteOption. |
Properties
| Name | Description |
|---|---|
| Forced |
forced. |
| Planned |
planned. |
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 ReplicationPromoteOption) |
Converts a String to a ReplicationPromoteOption. |
| Inequality(ReplicationPromoteOption, ReplicationPromoteOption) |
Determines if two ReplicationPromoteOption values are not the same. |