Compartir a través de


OperationUpdateContract.Method Propiedad

Definición

Obtiene o establece un método de operación HTTP válido. Métodos HTTP típicos, como GET, PUT, POST, pero no limitados solo por ellos.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a