Uses of Class
com.azure.resourcemanager.compute.models.DiskRestorePointAttributes
Packages that use DiskRestorePointAttributes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskRestorePointAttributes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskRestorePointAttributesModifier and TypeMethodDescriptionRestorePointSourceVMDataDisk.diskRestorePoint()Get the diskRestorePoint property: Contains Disk Restore Point properties.RestorePointSourceVmosDisk.diskRestorePoint()Get the diskRestorePoint property: Contains Disk Restore Point properties.DiskRestorePointAttributes.withEncryption(RestorePointEncryption encryption) Set the encryption property: Encryption at rest settings for disk restore point.DiskRestorePointAttributes.withSourceDiskRestorePoint(ApiEntityReference sourceDiskRestorePoint) Set the sourceDiskRestorePoint property: Resource Id of the source disk restore point.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskRestorePointAttributesModifier and TypeMethodDescriptionRestorePointSourceVMDataDisk.withDiskRestorePoint(DiskRestorePointAttributes diskRestorePoint) Set the diskRestorePoint property: Contains Disk Restore Point properties.RestorePointSourceVmosDisk.withDiskRestorePoint(DiskRestorePointAttributes diskRestorePoint) Set the diskRestorePoint property: Contains Disk Restore Point properties.