Freigeben über


IQueryApprovedPlansResponse.Detail Property

Definition

A list indicating for each plan which subscriptions are approved. Plan Id is unique

[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="A list indicating for each plan which subscriptions are approved. Plan Id is unique", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansDetails> Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="A list indicating for each plan which subscriptions are approved. Plan Id is unique", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)>]
member this.Detail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryApprovedPlansDetails> with get, set
Public Property Detail As List(Of IQueryApprovedPlansDetails)

Property Value

Attributes

Applies to