ReadReplicaPromoteMode 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 mode for a replica server. This is a write only property.
public readonly struct ReadReplicaPromoteMode : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ReadReplicaPromoteMode>
type ReadReplicaPromoteMode = struct
Public Structure ReadReplicaPromoteMode
Implements IEquatable(Of ReadReplicaPromoteMode)
- Inheritance
-
ReadReplicaPromoteMode
- Implements
Constructors
ReadReplicaPromoteMode(String) |
Initializes a new instance of ReadReplicaPromoteMode. |
Properties
Standalone |
standalone. |
Switchover |
switchover. |
Methods
Equals(ReadReplicaPromoteMode) |
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(ReadReplicaPromoteMode, ReadReplicaPromoteMode) |
Determines if two ReadReplicaPromoteMode values are the same. |
Implicit(String to ReadReplicaPromoteMode) |
Converts a String to a ReadReplicaPromoteMode. |
Inequality(ReadReplicaPromoteMode, ReadReplicaPromoteMode) |
Determines if two ReadReplicaPromoteMode values are not the same. |
Applies to
Azure SDK for .NET