Uses of Class
com.azure.resourcemanager.sql.models.MaintenanceWindowTimeRange
Packages that use MaintenanceWindowTimeRange
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of MaintenanceWindowTimeRange in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type MaintenanceWindowTimeRangeModifier and TypeMethodDescriptionMaintenanceWindowOptionsInner.maintenanceWindowCycles()Get the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowOptionsProperties.maintenanceWindowCycles()Get the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowsInner.timeRanges()Get the timeRanges property: The timeRanges property.MaintenanceWindowsProperties.timeRanges()Get the timeRanges property: The timeRanges property.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type MaintenanceWindowTimeRangeModifier and TypeMethodDescriptionMaintenanceWindowOptionsInner.withMaintenanceWindowCycles(List<MaintenanceWindowTimeRange> maintenanceWindowCycles) Set the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowOptionsProperties.withMaintenanceWindowCycles(List<MaintenanceWindowTimeRange> maintenanceWindowCycles) Set the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowsInner.withTimeRanges(List<MaintenanceWindowTimeRange> timeRanges) Set the timeRanges property: The timeRanges property.MaintenanceWindowsProperties.withTimeRanges(List<MaintenanceWindowTimeRange> timeRanges) Set the timeRanges property: The timeRanges property. -
Uses of MaintenanceWindowTimeRange in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type MaintenanceWindowTimeRangeModifier and TypeClassDescriptionfinal classMaintenance window time range.Methods in com.azure.resourcemanager.sql.models that return MaintenanceWindowTimeRangeModifier and TypeMethodDescriptionstatic MaintenanceWindowTimeRangeMaintenanceWindowTimeRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceWindowTimeRange from the JsonReader.MaintenanceWindowTimeRange.withDayOfWeek(DayOfWeek dayOfWeek) Set the dayOfWeek property: Day of maintenance window.MaintenanceWindowTimeRange.withDuration(String duration) Set the duration property: Duration of maintenance window in minutes.MaintenanceWindowTimeRange.withStartTime(String startTime) Set the startTime property: Start time minutes offset from 12am.