Uses of Class
com.microsoft.azure.management.compute.PurchasePlan
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PurchasePlan in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineImage.plan()
DiskUpdate.purchasePlan()
Get purchase plan information to be added on the OS disk.Set the plan ID.PurchasePlan.withProduct
(String product) Set specifies the product of the image from the marketplace.PurchasePlan.withPromotionCode
(String promotionCode) Set the Offer Promotion Code.PurchasePlan.withPublisher
(String publisher) Set the publisher ID.Modifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPlan.withPlan
(PurchasePlan plan) Specifies the purchase plan for the virtual machine.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan
(PurchasePlan plan, String promotionCode) Specifies the purchase plan for the virtual machine.DiskUpdate.withPurchasePlan
(PurchasePlan purchasePlan) Set purchase plan information to be added on the OS disk.