Uses of Class
com.microsoft.azure.management.compute.ImagePurchasePlan
Packages that use ImagePurchasePlan
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImagePurchasePlan in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return ImagePurchasePlanModifier and TypeMethodDescriptionGalleryImage.purchasePlan()
GalleryImageUpdate.purchasePlan()
Get the purchasePlan value.Set the plan ID.ImagePurchasePlan.withProduct
(String product) Set the product ID.ImagePurchasePlan.withPublisher
(String publisher) Set the publisher ID.Methods in com.microsoft.azure.management.compute with parameters of type ImagePurchasePlanModifier and TypeMethodDescriptionGalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan
(ImagePurchasePlan purchasePlan) Specifies purchase plan for this image.GalleryImageUpdate.withPurchasePlan
(ImagePurchasePlan purchasePlan) Set the purchasePlan value.