Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.SubProtectionPolicy
-
Packages that use SubProtectionPolicy Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of SubProtectionPolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return SubProtectionPolicy Modifier and Type Method Description SubProtectionPolicy
SubProtectionPolicy. withPolicyType(PolicyType policyType)
Set the policyType property: Type of backup policy type.SubProtectionPolicy
SubProtectionPolicy. withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: Retention policy with the details on backup copy retention ranges.SubProtectionPolicy
SubProtectionPolicy. withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule specified as part of backup policy.SubProtectionPolicy
SubProtectionPolicy. withTieringPolicy(Map<String,TieringPolicy> tieringPolicy)
Set the tieringPolicy property: Tiering policy to automatically move RPs to another tier.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type SubProtectionPolicy Modifier and Type Method Description List<SubProtectionPolicy>
AzureVmWorkloadProtectionPolicy. subProtectionPolicy()
Get the subProtectionPolicy property: List of sub-protection policies which includes schedule and retention.List<SubProtectionPolicy>
GenericProtectionPolicy. subProtectionPolicy()
Get the subProtectionPolicy property: List of sub-protection policies which includes schedule and retention.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type SubProtectionPolicy Modifier and Type Method Description AzureVmWorkloadProtectionPolicy
AzureVmWorkloadProtectionPolicy. withSubProtectionPolicy(List<SubProtectionPolicy> subProtectionPolicy)
Set the subProtectionPolicy property: List of sub-protection policies which includes schedule and retention.GenericProtectionPolicy
GenericProtectionPolicy. withSubProtectionPolicy(List<SubProtectionPolicy> subProtectionPolicy)
Set the subProtectionPolicy property: List of sub-protection policies which includes schedule and retention.
-