OperationContract.Responses Property

Definition

Gets or sets array of Operation responses.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to