Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.SchedulePolicy
-
Packages that use SchedulePolicy Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of SchedulePolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of SchedulePolicy in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
LogSchedulePolicy
Log policy schedule.class
LongTermSchedulePolicy
Long term policy schedule.class
SimpleSchedulePolicy
Simple policy schedule.class
SimpleSchedulePolicyV2
The V2 policy schedule for IaaS that supports hourly backups.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return SchedulePolicy Modifier and Type Method Description SchedulePolicy
AzureFileShareProtectionPolicy. schedulePolicy()
Get the schedulePolicy property: Backup schedule specified as part of backup policy.SchedulePolicy
AzureIaaSvmProtectionPolicy. schedulePolicy()
Get the schedulePolicy property: Backup schedule specified as part of backup policy.SchedulePolicy
MabProtectionPolicy. schedulePolicy()
Get the schedulePolicy property: Backup schedule of backup policy.SchedulePolicy
SubProtectionPolicy. schedulePolicy()
Get the schedulePolicy property: Backup schedule specified as part of backup policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type SchedulePolicy Modifier and Type Method Description AzureFileShareProtectionPolicy
AzureFileShareProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule specified as part of backup policy.AzureIaaSvmProtectionPolicy
AzureIaaSvmProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule specified as part of backup policy.MabProtectionPolicy
MabProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule of backup policy.SubProtectionPolicy
SubProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule specified as part of backup policy.
-