次の方法で共有


Server.UserVisibleState プロパティ

定義

ユーザーに表示されるサーバーの状態を取得または設定します。 使用可能な値には、'Ready'、'Dropping'、'Disabled'、'Inaccessible' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.userVisibleState")]
public string UserVisibleState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userVisibleState")>]
member this.UserVisibleState : string with get, set
Public Property UserVisibleState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象