Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVMStorageProfile
Packages that use RestorePointSourceVMStorageProfile
Package
Description
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 RestorePointSourceVMStorageProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.storageProfile()Get the storageProfile property: Gets the storage profile.RestorePointSourceVMStorageProfile.withDataDisks(List<RestorePointSourceVMDataDisk> dataDisks) Set the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.RestorePointSourceVMStorageProfile.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 RestorePointSourceVMStorageProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.withStorageProfile(RestorePointSourceVMStorageProfile storageProfile) Set the storageProfile property: Gets the storage profile.