次の方法で共有


Offer.Plans プロパティ

定義

オファー プランを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象