IServer.State Property

Definition

The state of a server.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Ready", "Dropping", "Disabled", "Starting", "Stopping", "Stopped", "Updating" })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="The state of a server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Ready", "Dropping", "Disabled", "Starting", "Stopping", "Stopped", "Updating" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="The state of a server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.State : string
Public ReadOnly Property State As String

Property Value

Attributes

Applies to