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