Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseOfferDetailsUpdate
Packages that use LiftrBaseOfferDetailsUpdate
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseOfferDetailsUpdate in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseOfferDetailsUpdateModifier and TypeMethodDescriptionstatic LiftrBaseOfferDetailsUpdateLiftrBaseOfferDetailsUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseOfferDetailsUpdate from the JsonReader.LiftrBaseMarketplaceDetailsUpdate.offerDetails()Get the offerDetails property: Offer details for the marketplace that is selected by the user.LiftrBaseOfferDetailsUpdate.withOfferId(String offerId) Set the offerId property: Offer Id for the marketplace offer.LiftrBaseOfferDetailsUpdate.withPlanId(String planId) Set the planId property: Plan Id for the marketplace offer.LiftrBaseOfferDetailsUpdate.withPlanName(String planName) Set the planName property: Plan Name for the marketplace offer.LiftrBaseOfferDetailsUpdate.withPublisherId(String publisherId) Set the publisherId property: Publisher Id for the marketplace offer.LiftrBaseOfferDetailsUpdate.withTermId(String termId) Set the termId property: Plan Display Name for the marketplace offer.LiftrBaseOfferDetailsUpdate.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 LiftrBaseOfferDetailsUpdateModifier and TypeMethodDescriptionLiftrBaseMarketplaceDetailsUpdate.withOfferDetails(LiftrBaseOfferDetailsUpdate offerDetails) Set the offerDetails property: Offer details for the marketplace that is selected by the user.