MongoDBAtlasMarketplaceDetails(String, MongoDBAtlasOfferDetails) 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 MongoDBAtlasMarketplaceDetails.
public MongoDBAtlasMarketplaceDetails(string subscriptionId, Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOfferDetails offerDetails);
new Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasMarketplaceDetails : string * Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOfferDetails -> Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasMarketplaceDetails
Public Sub New (subscriptionId As String, offerDetails As MongoDBAtlasOfferDetails)
Parameters
- subscriptionId
- String
Azure subscription id for the the marketplace offer is purchased from.
- offerDetails
- MongoDBAtlasOfferDetails
Offer details for the marketplace that is selected by the user.
Exceptions
subscriptionId
or offerDetails
is null.