次の方法で共有


RequestContract.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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象