Uses of Class
com.azure.resourcemanager.compute.models.PurchasePlan
Packages that use PurchasePlan
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of PurchasePlan in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PurchasePlanModifier and TypeMethodDescriptionVirtualMachineImageInner.plan()Get the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.VirtualMachineImageProperties.plan()Get the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PurchasePlanModifier and TypeMethodDescriptionVirtualMachineImageInner.withPlan(PurchasePlan plan) Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.VirtualMachineImageProperties.withPlan(PurchasePlan plan) Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. -
Uses of PurchasePlan in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PurchasePlanModifier and TypeClassDescriptionfinal classUsed for establishing the purchase context of any 3rd Party artifact through MarketPlace.Methods in com.azure.resourcemanager.compute.models that return PurchasePlanModifier and TypeMethodDescriptionstatic PurchasePlanPurchasePlan.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PurchasePlan from the JsonReader.VirtualMachineImage.plan()Gets the purchase plan for the virtual machine image.Set the name property: The plan ID.PurchasePlan.withProduct(String product) Set the product property: Specifies the product of the image from the marketplace.PurchasePlan.withPublisher(String publisher) Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models with parameters of type PurchasePlanModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan) Specifies the purchase plan for the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithPlan.withPlan(PurchasePlan plan) Specifies the purchase plan for the virtual machine scale set.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode) Specifies the purchase plan for the virtual machine.