Uses of Class
com.azure.resourcemanager.compute.models.ImagePurchasePlan
-
Packages that use ImagePurchasePlan Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ImagePurchasePlan Modifier and Type Method Description ImagePurchasePlanCommunityGalleryImageInner. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanCommunityGalleryImageProperties. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanGalleryImageInner. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanGalleryImageProperties. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanSharedGalleryImageInner. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanSharedGalleryImageProperties. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ImagePurchasePlan Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageInnerGalleryImageInner. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImagePropertiesGalleryImageProperties. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageInnerSharedGalleryImageInner. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImagePropertiesSharedGalleryImageProperties. 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 ImagePurchasePlan Modifier and Type Method Description ImagePurchasePlanGalleryImage. purchasePlan()ImagePurchasePlanGalleryImageUpdate. purchasePlan()Get the purchasePlan property: Describes the gallery image definition purchase plan.ImagePurchasePlanImagePurchasePlan. withName(String name)Set the name property: The plan ID.ImagePurchasePlanImagePurchasePlan. withProduct(String product)Set the product property: The product ID.ImagePurchasePlanImagePurchasePlan. withPublisher(String publisher)Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models with parameters of type ImagePurchasePlan Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithPurchasePlan. withPurchasePlan(ImagePurchasePlan purchasePlan)Specifies purchase plan for this image.GalleryImageUpdateGalleryImageUpdate. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.
-