IServer.HighAvailabilityState Property

Definition

The state of server high availability.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "NotEnabled", "CreatingStandby", "Healthy", "FailingOver", "RemovingStandby" })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="The state of server high availability.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string HighAvailabilityState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "NotEnabled", "CreatingStandby", "Healthy", "FailingOver", "RemovingStandby" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="The state of server high availability.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.HighAvailabilityState : string
Public ReadOnly Property HighAvailabilityState As String

Property Value

Attributes

Applies to