Condividi tramite


IServer.UserVisibleState Property

Definition

A state of a server that is visible to user.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="A state of a server that is visible to user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState) }, ReadOnly=false, Required=false, SerializedName="userVisibleState")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState? UserVisibleState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="A state of a server that is visible to user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState) }, ReadOnly=false, Required=false, SerializedName="userVisibleState")>]
member this.UserVisibleState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState> with get, set
Public Property UserVisibleState As Nullable(Of ServerState)

Property Value

Attributes

Applies to