Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseMarketplaceDetailsUpdate
Packages that use LiftrBaseMarketplaceDetailsUpdate
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseMarketplaceDetailsUpdate in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseMarketplaceDetailsUpdateModifier and TypeMethodDescriptionLiftrBaseMarketplaceDetailsUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseMarketplaceDetailsUpdate from the JsonReader.OrganizationResourceUpdateProperties.marketplace()Get the marketplace property: Marketplace details of the resource.LiftrBaseMarketplaceDetailsUpdate.withOfferDetails(LiftrBaseOfferDetailsUpdate offerDetails) Set the offerDetails property: Offer details for the marketplace that is selected by the user.LiftrBaseMarketplaceDetailsUpdate.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Azure subscription id for the the marketplace offer is purchased from.LiftrBaseMarketplaceDetailsUpdate.withSubscriptionStatus(MarketplaceSubscriptionStatus subscriptionStatus) Set the subscriptionStatus property: Marketplace subscription status.Methods in com.azure.resourcemanager.astro.models with parameters of type LiftrBaseMarketplaceDetailsUpdateModifier and TypeMethodDescriptionOrganizationResourceUpdateProperties.withMarketplace(LiftrBaseMarketplaceDetailsUpdate marketplace) Set the marketplace property: Marketplace details of the resource.