Interface SnapshotPolicy.Update
- All Superinterfaces:
SnapshotPolicy.UpdateStages.WithDailySchedule,SnapshotPolicy.UpdateStages.WithEnabled,SnapshotPolicy.UpdateStages.WithHourlySchedule,SnapshotPolicy.UpdateStages.WithMonthlySchedule,SnapshotPolicy.UpdateStages.WithTags,SnapshotPolicy.UpdateStages.WithWeeklySchedule
- Enclosing interface:
SnapshotPolicy
public static interface SnapshotPolicy.Update
extends SnapshotPolicy.UpdateStages.WithTags, SnapshotPolicy.UpdateStages.WithHourlySchedule, SnapshotPolicy.UpdateStages.WithDailySchedule, SnapshotPolicy.UpdateStages.WithWeeklySchedule, SnapshotPolicy.UpdateStages.WithMonthlySchedule, SnapshotPolicy.UpdateStages.WithEnabled
The template for SnapshotPolicy update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithDailySchedule
withDailyScheduleMethods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithEnabled
withEnabledMethods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithHourlySchedule
withHourlyScheduleMethods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithMonthlySchedule
withMonthlyScheduleMethods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithTags
withTagsMethods inherited from interface com.azure.resourcemanager.netapp.models.SnapshotPolicy.UpdateStages.WithWeeklySchedule
withWeeklySchedule
-
Method Details
-
apply
SnapshotPolicy apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-