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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointSourceVMStorageProfileModifier and TypeClassDescriptionfinal classDescribes the storage profile.Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceVMStorageProfileModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointSourceVMStorageProfile from the JsonReader.RestorePointSourceMetadata.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.