Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointDiskConfiguration
-
Packages that use RecoveryPointDiskConfiguration Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointDiskConfiguration in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointDiskConfiguration Modifier and Type Method Description RecoveryPointDiskConfiguration
IaasVMRecoveryPoint. recoveryPointDiskConfiguration()
Get the recoveryPointDiskConfiguration property: Disk configuration.RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withExcludedDiskList(List<DiskInformation> excludedDiskList)
Set the excludedDiskList property: Information of disks excluded from backup.RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withIncludedDiskList(List<DiskInformation> includedDiskList)
Set the includedDiskList property: Information of disks included in backup.RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withNumberOfDisksAttachedToVm(Integer numberOfDisksAttachedToVm)
Set the numberOfDisksAttachedToVm property: Number of disks attached to the VM.RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withNumberOfDisksIncludedInBackup(Integer numberOfDisksIncludedInBackup)
Set the numberOfDisksIncludedInBackup property: Number of disks included in backup.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type RecoveryPointDiskConfiguration Modifier and Type Method Description IaasVMRecoveryPoint
IaasVMRecoveryPoint. withRecoveryPointDiskConfiguration(RecoveryPointDiskConfiguration recoveryPointDiskConfiguration)
Set the recoveryPointDiskConfiguration property: Disk configuration.
-