ServerHaState 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.
A state of a HA server that is visible to user.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaStateTypeConverter))]
public struct ServerHaState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaStateTypeConverter))>]
type ServerHaState = struct
interface IArgumentCompleter
Public Structure ServerHaState
Implements IArgumentCompleter, IEquatable(Of ServerHaState)
- Inheritance
-
ServerHaState
- Attributes
- Implements
Fields
CreatingStandby | |
FailingOver | |
Healthy | |
NotEnabled | |
RemovingStandby | |
ReplicatingData |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ServerHaState (override for Object) |
Equals(ServerHaState) |
Compares values of enum type ServerHaState |
GetHashCode() |
Returns hashCode for enum ServerHaState |
ToString() |
Returns string representation for ServerHaState |
Operators
Equality(ServerHaState, ServerHaState) |
Overriding == operator for enum ServerHaState |
Implicit(ServerHaState to String) |
Implicit operator to convert ServerHaState to string |
Implicit(String to ServerHaState) |
Implicit operator to convert string to ServerHaState |
Inequality(ServerHaState, ServerHaState) |
Overriding != operator for enum ServerHaState |