Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVmosDisk
Packages that use RestorePointSourceVmosDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointSourceVmosDisk in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceVmosDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.osDisk()Get the osDisk property: Gets the OS disk of the VM captured at the time of the restore point creation.RestorePointSourceVmosDisk.withDiskRestorePoint(DiskRestorePointAttributes diskRestorePoint) Set the diskRestorePoint property: Contains Disk Restore Point properties.RestorePointSourceVmosDisk.withManagedDisk(ManagedDiskParameters managedDisk) Set the managedDisk property: Gets the managed disk details.Methods in com.azure.resourcemanager.compute.models with parameters of type RestorePointSourceVmosDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.withOsDisk(RestorePointSourceVmosDisk osDisk) Set the osDisk property: Gets the OS disk of the VM captured at the time of the restore point creation.