次の方法で共有


ManagementLockObject.Level プロパティ

定義

ロックのレベルを取得または設定します。 指定できる値は、NotSpecified、CanNotDelete、ReadOnly です。 CanNotDelete は、承認されたユーザーがリソースの読み取りと変更を行うことができるが、削除できないことを意味します。 ReadOnly は、承認されたユーザーはリソースからのみ読み取ることができるが、変更または削除できないことを意味します。 指定できる値は、'NotSpecified'、'CanNotDelete'、'ReadOnly' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象