Uses of Class
com.azure.resourcemanager.netapp.models.DailySchedule
Packages that use DailySchedule
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of DailySchedule in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return DailyScheduleModifier and TypeMethodDescriptionSnapshotPolicyInner.dailySchedule()
Get the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyProperties.dailySchedule()
Get the dailySchedule property: Schedule for daily snapshots.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type DailyScheduleModifier and TypeMethodDescriptionSnapshotPolicyInner.withDailySchedule
(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyProperties.withDailySchedule
(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots. -
Uses of DailySchedule in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return DailyScheduleModifier and TypeMethodDescriptionSnapshotPolicy.dailySchedule()
Gets the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyPatch.dailySchedule()
Get the dailySchedule property: Schedule for daily snapshots.static DailySchedule
DailySchedule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DailySchedule from the JsonReader.Set the hour property: Indicates which hour in UTC timezone a snapshot should be taken.DailySchedule.withMinute
(Integer minute) Set the minute property: Indicates which minute snapshot should be taken.DailySchedule.withSnapshotsToKeep
(Integer snapshotsToKeep) Set the snapshotsToKeep property: Daily snapshot count to keep.DailySchedule.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 DailyScheduleModifier and TypeMethodDescriptionSnapshotPolicy.DefinitionStages.WithDailySchedule.withDailySchedule
(DailySchedule dailySchedule) Specifies the dailySchedule property: Schedule for daily snapshots.SnapshotPolicy.UpdateStages.WithDailySchedule.withDailySchedule
(DailySchedule dailySchedule) Specifies the dailySchedule property: Schedule for daily snapshots.SnapshotPolicyPatch.withDailySchedule
(DailySchedule dailySchedule) Set the dailySchedule property: Schedule for daily snapshots.