Uses of Class
com.azure.resourcemanager.sql.fluent.models.MaintenanceWindowOptionsProperties
Packages that use MaintenanceWindowOptionsProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of MaintenanceWindowOptionsProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return MaintenanceWindowOptionsPropertiesModifier and TypeMethodDescriptionMaintenanceWindowOptionsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceWindowOptionsProperties from the JsonReader.MaintenanceWindowOptionsProperties.withAllowMultipleMaintenanceWindowsPerCycle(Boolean allowMultipleMaintenanceWindowsPerCycle) Set the allowMultipleMaintenanceWindowsPerCycle property: Whether we allow multiple maintenance windows per cycle.MaintenanceWindowOptionsProperties.withDefaultDurationInMinutes(Integer defaultDurationInMinutes) Set the defaultDurationInMinutes property: Default duration for maintenance window.MaintenanceWindowOptionsProperties.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Whether maintenance windows are enabled for the database.MaintenanceWindowOptionsProperties.withMaintenanceWindowCycles(List<MaintenanceWindowTimeRange> maintenanceWindowCycles) Set the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowOptionsProperties.withMinCycles(Integer minCycles) Set the minCycles property: Minimum number of maintenance windows cycles to be set on the database.MaintenanceWindowOptionsProperties.withMinDurationInMinutes(Integer minDurationInMinutes) Set the minDurationInMinutes property: Minimum duration of maintenance window.MaintenanceWindowOptionsProperties.withTimeGranularityInMinutes(Integer timeGranularityInMinutes) Set the timeGranularityInMinutes property: Time granularity in minutes for maintenance windows.