MarketplaceDetails(String, String) Constructor
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.
Initializes a new instance of MarketplaceDetails.
public MarketplaceDetails(string planId, string offerId);
new Azure.ResourceManager.Qumulo.Models.MarketplaceDetails : string * string -> Azure.ResourceManager.Qumulo.Models.MarketplaceDetails
Public Sub New (planId As String, offerId As String)
Parameters
- planId
- String
Plan Id.
- offerId
- String
Offer Id.
Exceptions
planId or offerId is null.