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.withCaching(CachingTypes caching) Set the caching property: Gets the caching type.RestorePointSourceVmosDisk.withDiskRestorePoint(ApiEntityReference diskRestorePoint) Set the diskRestorePoint property: Gets the disk restore point Id.RestorePointSourceVmosDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: Gets the disk size in GB.RestorePointSourceVmosDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings) Set the encryptionSettings property: Gets the disk encryption settings.RestorePointSourceVmosDisk.withManagedDisk(ManagedDiskParameters managedDisk) Set the managedDisk property: Gets the managed disk details.Set the name property: Gets the disk name.RestorePointSourceVmosDisk.withOsType(OperatingSystemType osType) Set the osType property: Gets the Operating System type.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.