Uses of Interface
com.azure.resourcemanager.netapp.models.SnapshotPolicy.Update
Packages that use SnapshotPolicy.Update
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of SnapshotPolicy.Update in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SnapshotPolicy.UpdateModifier and TypeMethodDescriptionSnapshotPolicy.update()Begins update for the SnapshotPolicy resource.SnapshotPolicy.UpdateStages.WithDailySchedule.withDailySchedule(DailySchedule dailySchedule) Specifies the dailySchedule property: Schedule for daily snapshots.SnapshotPolicy.UpdateStages.WithEnabled.withEnabled(Boolean enabled) Specifies the enabled property: The property to decide policy is enabled or not.SnapshotPolicy.UpdateStages.WithHourlySchedule.withHourlySchedule(HourlySchedule hourlySchedule) Specifies the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicy.UpdateStages.WithMonthlySchedule.withMonthlySchedule(MonthlySchedule monthlySchedule) Specifies the monthlySchedule property: Schedule for monthly snapshots.Specifies the tags property: Resource tags.SnapshotPolicy.UpdateStages.WithWeeklySchedule.withWeeklySchedule(WeeklySchedule weeklySchedule) Specifies the weeklySchedule property: Schedule for weekly snapshots.