ArmMongoDBAtlasModelFactory.MongoDBAtlasOfferDetails Method
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.
public static Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOfferDetails MongoDBAtlasOfferDetails(string publisherId = default, string offerId = default, string planId = default, string planName = default, string termUnit = default, string termId = default);
static member MongoDBAtlasOfferDetails : string * string * string * string * string * string -> Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOfferDetails
Public Shared Function MongoDBAtlasOfferDetails (Optional publisherId As String = Nothing, Optional offerId As String = Nothing, Optional planId As String = Nothing, Optional planName As String = Nothing, Optional termUnit As String = Nothing, Optional termId As String = Nothing) As MongoDBAtlasOfferDetails
Parameters
- publisherId
- String
Publisher Id for the marketplace offer.
- offerId
- String
Offer Id for the marketplace offer.
- planId
- String
Plan Id for the marketplace offer.
- planName
- String
Plan Name for the marketplace offer.
- termUnit
- String
Plan Display Name for the marketplace offer.
- termId
- String
Plan Display Name for the marketplace offer.
Returns
A new MongoDBAtlasOfferDetails instance for mocking.