Compartir a través de


WebActivity.Method Propiedad

Definición

Obtiene o establece el método de API rest para el punto de conexión de destino. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a