共用方式為


QueryRequestApproval.PlansDetails Property

Definition

Gets or sets the plans details

[Newtonsoft.Json.JsonProperty(PropertyName="plansDetails")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Marketplace.Models.PlanDetails> PlansDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="plansDetails")>]
member this.PlansDetails : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Marketplace.Models.PlanDetails> with get, set
Public Property PlansDetails As IDictionary(Of String, PlanDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to