OperationContract.Request Property

Definition

Gets or sets an entity containing request details.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.request")]
public Microsoft.Azure.Management.ApiManagement.Models.RequestContract Request { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.request")>]
member this.Request : Microsoft.Azure.Management.ApiManagement.Models.RequestContract with get, set
Public Property Request As RequestContract

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to