Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVMDataDisk
Packages that use RestorePointSourceVMDataDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointSourceVMDataDisk in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointSourceVMDataDiskMethods in com.azure.resourcemanager.compute.models that return RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionstatic RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointSourceVMDataDisk from the JsonReader.RestorePointSourceVMDataDisk.withDiskRestorePoint(DiskRestorePointAttributes diskRestorePoint) Set the diskRestorePoint property: Contains Disk Restore Point properties.RestorePointSourceVMDataDisk.withManagedDisk(ManagedDiskParameters managedDisk) Set the managedDisk property: Contains the managed disk details.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.dataDisks()Get the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.withDataDisks(List<RestorePointSourceVMDataDisk> dataDisks) Set the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.