Uses of Class
com.azure.resourcemanager.netapp.fluent.models.BackupPolicyProperties
Packages that use BackupPolicyProperties
Package
Description
Package containing the inner data models for NetAppManagementClient.
-
Uses of BackupPolicyProperties in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return BackupPolicyPropertiesModifier and TypeMethodDescriptionstatic BackupPolicyProperties
BackupPolicyProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupPolicyProperties from the JsonReader.BackupPolicyProperties.withDailyBackupsToKeep
(Integer dailyBackupsToKeep) Set the dailyBackupsToKeep property: Daily backups count to keep.BackupPolicyProperties.withEnabled
(Boolean enabled) Set the enabled property: The property to decide policy is enabled or not.BackupPolicyProperties.withMonthlyBackupsToKeep
(Integer monthlyBackupsToKeep) Set the monthlyBackupsToKeep property: Monthly backups count to keep.BackupPolicyProperties.withWeeklyBackupsToKeep
(Integer weeklyBackupsToKeep) Set the weeklyBackupsToKeep property: Weekly backups count to keep.