QueryApprovedPlansResponse Constructors
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.
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
- details
- IList<QueryApprovedPlansDetails>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET