Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.MabProtectionPolicy
-
Packages that use MabProtectionPolicy Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of MabProtectionPolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return MabProtectionPolicy Modifier and Type Method Description MabProtectionPolicy
MabProtectionPolicy. withProtectedItemsCount(Integer protectedItemsCount)
Set the protectedItemsCount property: Number of items associated with this policy.MabProtectionPolicy
MabProtectionPolicy. withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.MabProtectionPolicy
MabProtectionPolicy. withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: Retention policy details.MabProtectionPolicy
MabProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule of backup policy.
-