次の方法で共有


VolumeMount.ReadOnlyProperty プロパティ

定義

ボリューム マウントが読み取り専用かどうかを示すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="readOnly")]
public bool? ReadOnlyProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readOnly")>]
member this.ReadOnlyProperty : Nullable<bool> with get, set
Public Property ReadOnlyProperty As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象