Uses of Class
com.azure.resourcemanager.pineconevectordb.models.OfferDetails
Packages that use OfferDetails
Package
Description
Package containing the data models for PineconeVectorDb.
-
Uses of OfferDetails in com.azure.resourcemanager.pineconevectordb.models
Methods in com.azure.resourcemanager.pineconevectordb.models that return OfferDetailsModifier and TypeMethodDescriptionstatic OfferDetailsOfferDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OfferDetails from the JsonReader.MarketplaceDetails.offerDetails()Get the offerDetails property: Offer details for the marketplace that is selected by the user.OfferDetails.withOfferId(String offerId) Set the offerId property: Offer Id for the marketplace offer.OfferDetails.withPlanId(String planId) Set the planId property: Plan Id for the marketplace offer.OfferDetails.withPlanName(String planName) Set the planName property: Plan Name for the marketplace offer.OfferDetails.withPublisherId(String publisherId) Set the publisherId property: Publisher Id for the marketplace offer.OfferDetails.withTermId(String termId) Set the termId property: Plan Display Name for the marketplace offer.OfferDetails.withTermUnit(String termUnit) Set the termUnit property: Plan Display Name for the marketplace offer.Methods in com.azure.resourcemanager.pineconevectordb.models with parameters of type OfferDetailsModifier and TypeMethodDescriptionMarketplaceDetails.withOfferDetails(OfferDetails offerDetails) Set the offerDetails property: Offer details for the marketplace that is selected by the user.