Uses of Class
com.azure.resourcemanager.netapp.fluent.models.SnapshotPolicyInner
Packages that use SnapshotPolicyInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SnapshotPolicyInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return SnapshotPolicyInnerModifier and TypeMethodDescriptionSnapshotPoliciesClient.create(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyInner body) Create a snapshot policy.Get 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.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type SnapshotPolicyInnerModifier 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) 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.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.com.azure.core.http.rest.Response<SnapshotPolicyInner> SnapshotPoliciesClient.createWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyInner body, com.azure.core.util.Context context) Create a snapshot policy.com.azure.core.http.rest.Response<SnapshotPolicyInner> SnapshotPoliciesClient.getWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, com.azure.core.util.Context context) Get a snapshot Policy.com.azure.core.http.rest.PagedIterable<SnapshotPolicyInner> List snapshot policy.com.azure.core.http.rest.PagedIterable<SnapshotPolicyInner> SnapshotPoliciesClient.list(String resourceGroupName, String accountName, com.azure.core.util.Context context) List snapshot policy.Methods in com.azure.resourcemanager.netapp.fluent with parameters of type SnapshotPolicyInnerModifier and TypeMethodDescriptionSnapshotPoliciesClient.create(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyInner body) Create a snapshot policy.com.azure.core.http.rest.Response<SnapshotPolicyInner> SnapshotPoliciesClient.createWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, SnapshotPolicyInner body, com.azure.core.util.Context context) Create a snapshot policy. -
Uses of SnapshotPolicyInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return SnapshotPolicyInnerModifier and TypeMethodDescriptionstatic SnapshotPolicyInnerSnapshotPolicyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotPolicyInner from the JsonReader.SnapshotPolicyInner.withDailySchedule(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyInner.withEnabled(Boolean enabled) Set the enabled property: The property to decide policy is enabled or not.SnapshotPolicyInner.withHourlySchedule(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyInner.withLocation(String location) SnapshotPolicyInner.withMonthlySchedule(MonthlySchedule monthlySchedule) Set the monthlySchedule property: Schedule for monthly snapshots.SnapshotPolicyInner.withWeeklySchedule(WeeklySchedule weeklySchedule) Set the weeklySchedule property: Schedule for weekly snapshots. -
Uses of SnapshotPolicyInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SnapshotPolicyInnerModifier and TypeMethodDescriptionSnapshotPolicy.innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.SnapshotPolicyInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type SnapshotPolicyInnerModifier and TypeMethodDescriptionSnapshotPoliciesList.value()Get the value property: A list of snapshot policies.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type SnapshotPolicyInnerModifier and TypeMethodDescriptionSnapshotPoliciesList.withValue(List<SnapshotPolicyInner> value) Set the value property: A list of snapshot policies.