IQueryApprovedPlansResponse.Detail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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