Uses of Class
com.azure.resourcemanager.netapp.models.SnapshotPolicyPatch
Packages that use SnapshotPolicyPatch
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SnapshotPolicyPatch in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type SnapshotPolicyPatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotPolicyInner>, SnapshotPolicyInner> SnapshotPoliciesClient.beginUpdate
(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyPatch body) Patch a snapshot policy.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotPolicyInner>, SnapshotPolicyInner> SnapshotPoliciesClient.beginUpdate
(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyPatch body, com.azure.core.util.Context context) Patch a snapshot policy.SnapshotPoliciesClient.update
(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyPatch body) Patch a snapshot policy.SnapshotPoliciesClient.update
(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyPatch body, com.azure.core.util.Context context) Patch a snapshot policy. -
Uses of SnapshotPolicyPatch in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SnapshotPolicyPatchModifier and TypeMethodDescriptionstatic SnapshotPolicyPatch
SnapshotPolicyPatch.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotPolicyPatch from the JsonReader.SnapshotPolicyPatch.withDailySchedule
(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyPatch.withEnabled
(Boolean enabled) Set the enabled property: The property to decide policy is enabled or not.SnapshotPolicyPatch.withHourlySchedule
(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyPatch.withLocation
(String location) Set the location property: Resource location.SnapshotPolicyPatch.withMonthlySchedule
(MonthlySchedule monthlySchedule) Set the monthlySchedule property: Schedule for monthly snapshots.Set the tags property: Resource tags.SnapshotPolicyPatch.withWeeklySchedule
(WeeklySchedule weeklySchedule) Set the weeklySchedule property: Schedule for weekly snapshots.