次の方法で共有


WebActivity.Method プロパティ

定義

ターゲット エンドポイントの rest API メソッドを取得または設定します。 使用できる値は、'GET'、'POST'、'PUT'、'DELETE' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象