Dela via


QueryApprovedPlansResponse Constructors

Definition

Overloads

QueryApprovedPlansResponse()

Initializes a new instance of the QueryApprovedPlansResponse class.

QueryApprovedPlansResponse(IList<QueryApprovedPlansDetails>)

Initializes a new instance of the QueryApprovedPlansResponse class.

QueryApprovedPlansResponse()

Initializes a new instance of the QueryApprovedPlansResponse class.

public QueryApprovedPlansResponse ();
Public Sub New ()

Applies to

QueryApprovedPlansResponse(IList<QueryApprovedPlansDetails>)

Initializes a new instance of the QueryApprovedPlansResponse class.

public QueryApprovedPlansResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails> details = default);
new Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails> -> Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansResponse
Public Sub New (Optional details As IList(Of QueryApprovedPlansDetails) = Nothing)

Parameters

Applies to