Uses of Class
com.azure.resourcemanager.netapp.fluent.models.SnapshotPolicyProperties
Packages that use SnapshotPolicyProperties
Package
Description
Package containing the inner data models for NetAppManagementClient.
-
Uses of SnapshotPolicyProperties in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return SnapshotPolicyPropertiesModifier and TypeMethodDescriptionstatic SnapshotPolicyPropertiesSnapshotPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotPolicyProperties from the JsonReader.SnapshotPolicyProperties.withDailySchedule(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyProperties.withEnabled(Boolean enabled) Set the enabled property: The property to decide policy is enabled or not.SnapshotPolicyProperties.withHourlySchedule(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyProperties.withMonthlySchedule(MonthlySchedule monthlySchedule) Set the monthlySchedule property: Schedule for monthly snapshots.SnapshotPolicyProperties.withWeeklySchedule(WeeklySchedule weeklySchedule) Set the weeklySchedule property: Schedule for weekly snapshots.