QueryApprovedPlansPayload 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
QueryApprovedPlansPayload() |
Initializes a new instance of the QueryApprovedPlansPayload class. |
QueryApprovedPlansPayload(String, IList<String>) |
Initializes a new instance of the QueryApprovedPlansPayload class. |
QueryApprovedPlansPayload()
Initializes a new instance of the QueryApprovedPlansPayload class.
public QueryApprovedPlansPayload ();
Public Sub New ()
Applies to
QueryApprovedPlansPayload(String, IList<String>)
Initializes a new instance of the QueryApprovedPlansPayload class.
public QueryApprovedPlansPayload (string offerId = default, System.Collections.Generic.IList<string> planIds = default);
new Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansPayload : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansPayload
Public Sub New (Optional offerId As String = Nothing, Optional planIds As IList(Of String) = Nothing)
Parameters
- offerId
- String
Offer id
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET