Uses of Class
com.azure.resourcemanager.compute.models.ImagePurchasePlan
Packages that use ImagePurchasePlan
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ImagePurchasePlan in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImagePurchasePlanModifier and TypeMethodDescriptionCommunityGalleryImageInner.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.CommunityGalleryImageProperties.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageInner.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageProperties.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageInner.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageProperties.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ImagePurchasePlanModifier and TypeMethodDescriptionCommunityGalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.CommunityGalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan. -
Uses of ImagePurchasePlan in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImagePurchasePlanModifier and TypeMethodDescriptionstatic ImagePurchasePlanImagePurchasePlan.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImagePurchasePlan from the JsonReader.GalleryImage.purchasePlan()GalleryImageUpdate.purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.Set the name property: The plan ID.ImagePurchasePlan.withProduct(String product) Set the product property: The product ID.ImagePurchasePlan.withPublisher(String publisher) Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models 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 property: Describes the gallery image definition purchase plan.