RequestContract.Representations Property

Definition

Gets or sets collection of operation request representations.

[Newtonsoft.Json.JsonProperty(PropertyName="representations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RepresentationContract> Representations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="representations")>]
member this.Representations : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RepresentationContract> with get, set
Public Property Representations As IList(Of RepresentationContract)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to