Compartir a través de


OperationContract.Responses Propiedad

Definición

Obtiene o establece una matriz de respuestas de operación.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a