共用方式為


OperationDisplay.Operation 屬性

定義

取得或設定作業類型。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

例如:讀取、寫入、刪除或 listKeys/action

適用於