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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointSourceVmosDiskModifier and TypeClassDescriptionfinal classDescribes an Operating System disk.Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceVmosDiskModifier and TypeMethodDescriptionstatic RestorePointSourceVmosDiskRestorePointSourceVmosDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointSourceVmosDisk from the JsonReader.RestorePointSourceVMStorageProfile.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.