Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskRestorePointProperties
Packages that use DiskRestorePointProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of DiskRestorePointProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskRestorePointPropertiesModifier and TypeMethodDescriptionstatic DiskRestorePointPropertiesDiskRestorePointProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskRestorePointProperties from the JsonReader.DiskRestorePointProperties.withCompletionPercent(Float completionPercent) Set the completionPercent property: Percentage complete for the background copy of disk restore point when source resource is from a different region.DiskRestorePointProperties.withDiskAccessId(String diskAccessId) Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.DiskRestorePointProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointProperties.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) Set the networkAccessPolicy property: Policy for accessing the disk via network.DiskRestorePointProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointProperties.withPurchasePlan(PurchasePlanAutoGenerated purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointProperties.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.DiskRestorePointProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointProperties.withSupportsHibernation(Boolean supportsHibernation) Set the supportsHibernation property: Indicates the OS on a disk supports hibernation.