次の方法で共有


IoTRole.RoleStatus プロパティ

定義

ロールの状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象