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