次の方法で共有


Operation.IsDataAction プロパティ

定義

操作がデータ アクション (データ プレーン rbac の場合) であるかどうかを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="isDataAction")]
public bool? IsDataAction { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDataAction")>]
member this.IsDataAction : Nullable<bool>
Public ReadOnly Property IsDataAction As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象