Bagikan melalui


WebActivity.Method Property

Definition

Gets or sets rest API method for target endpoint. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to