Uses of Class
com.azure.resourcemanager.netapp.models.HourlySchedule
Packages that use HourlySchedule
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of HourlySchedule in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return HourlyScheduleModifier and TypeMethodDescriptionSnapshotPolicyInner.hourlySchedule()
Get the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyProperties.hourlySchedule()
Get the hourlySchedule property: Schedule for hourly snapshots.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type HourlyScheduleModifier and TypeMethodDescriptionSnapshotPolicyInner.withHourlySchedule
(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyProperties.withHourlySchedule
(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots. -
Uses of HourlySchedule in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return HourlyScheduleModifier and TypeMethodDescriptionstatic HourlySchedule
HourlySchedule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HourlySchedule from the JsonReader.SnapshotPolicy.hourlySchedule()
Gets the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyPatch.hourlySchedule()
Get the hourlySchedule property: Schedule for hourly snapshots.HourlySchedule.withMinute
(Integer minute) Set the minute property: Indicates which minute snapshot should be taken.HourlySchedule.withSnapshotsToKeep
(Integer snapshotsToKeep) Set the snapshotsToKeep property: Hourly snapshot count to keep.HourlySchedule.withUsedBytes
(Long usedBytes) Set the usedBytes property: Resource size in bytes, current storage usage for the volume in bytes.Methods in com.azure.resourcemanager.netapp.models with parameters of type HourlyScheduleModifier and TypeMethodDescriptionSnapshotPolicy.DefinitionStages.WithHourlySchedule.withHourlySchedule
(HourlySchedule hourlySchedule) Specifies the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicy.UpdateStages.WithHourlySchedule.withHourlySchedule
(HourlySchedule hourlySchedule) Specifies the hourlySchedule property: Schedule for hourly snapshots.SnapshotPolicyPatch.withHourlySchedule
(HourlySchedule hourlySchedule) Set the hourlySchedule property: Schedule for hourly snapshots.