Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVMStorageProfile
-
Packages that use RestorePointSourceVMStorageProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of RestorePointSourceVMStorageProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceVMStorageProfile Modifier and Type Method Description RestorePointSourceVMStorageProfileRestorePointSourceMetadata. storageProfile()Get the storageProfile property: Gets the storage profile.RestorePointSourceVMStorageProfileRestorePointSourceVMStorageProfile. withDataDisks(List<RestorePointSourceVMDataDisk> dataDisks)Set the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.RestorePointSourceVMStorageProfileRestorePointSourceVMStorageProfile. withOsDisk(RestorePointSourceVmosDisk osDisk)Set the osDisk property: Gets the OS disk of the VM captured at the time of the restore point creation.Methods in com.azure.resourcemanager.compute.models with parameters of type RestorePointSourceVMStorageProfile Modifier and Type Method Description RestorePointSourceMetadataRestorePointSourceMetadata. withStorageProfile(RestorePointSourceVMStorageProfile storageProfile)Set the storageProfile property: Gets the storage profile.
-