Uses of Class
com.azure.resourcemanager.compute.models.DiskPurchasePlan
Packages that use DiskPurchasePlan
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DiskPurchasePlan in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskPurchasePlanModifier and TypeMethodDescriptionDiskInner.purchasePlan()Get the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskProperties.purchasePlan()Get the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointInner.purchasePlan()Get the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointProperties.purchasePlan()Get the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskUpdateProperties.purchasePlan()Get the purchasePlan property: Purchase plan information to be added on the OS disk.SnapshotInner.purchasePlan()Get the purchasePlan property: Purchase plan information for the image from which the source disk for the snapshot was originally created.SnapshotProperties.purchasePlan()Get the purchasePlan property: Purchase plan information for the image from which the source disk for the snapshot was originally created.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiskPurchasePlanModifier and TypeMethodDescriptionDiskInner.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskProperties.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointInner.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointProperties.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskUpdateProperties.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information to be added on the OS disk.SnapshotInner.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the image from which the source disk for the snapshot was originally created.SnapshotProperties.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information for the image from which the source disk for the snapshot was originally created. -
Uses of DiskPurchasePlan in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskPurchasePlanModifier and TypeMethodDescriptionstatic DiskPurchasePlanDiskPurchasePlan.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskPurchasePlan from the JsonReader.DiskUpdate.purchasePlan()Get the purchasePlan property: Purchase plan information to be added on the OS disk.Set the name property: The plan ID.DiskPurchasePlan.withProduct(String product) Set the product property: Specifies the product of the image from the marketplace.DiskPurchasePlan.withPromotionCode(String promotionCode) Set the promotionCode property: The Offer Promotion Code.DiskPurchasePlan.withPublisher(String publisher) Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskPurchasePlanModifier and TypeMethodDescriptionDiskUpdate.withPurchasePlan(DiskPurchasePlan purchasePlan) Set the purchasePlan property: Purchase plan information to be added on the OS disk.