Uses of Class
com.azure.resourcemanager.sql.fluent.models.MaintenanceWindowOptionsInner
Packages that use MaintenanceWindowOptionsInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
-
Uses of MaintenanceWindowOptionsInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return MaintenanceWindowOptionsInnerModifier and TypeMethodDescriptionMaintenanceWindowOptionsOperationsClient.get(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName) Gets a list of available maintenance windows.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type MaintenanceWindowOptionsInnerModifier and TypeMethodDescriptionMaintenanceWindowOptionsOperationsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName) Gets a list of available maintenance windows.com.azure.core.http.rest.Response<MaintenanceWindowOptionsInner> MaintenanceWindowOptionsOperationsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName, com.azure.core.util.Context context) Gets a list of available maintenance windows.Mono<com.azure.core.http.rest.Response<MaintenanceWindowOptionsInner>> MaintenanceWindowOptionsOperationsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName) Gets a list of available maintenance windows. -
Uses of MaintenanceWindowOptionsInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return MaintenanceWindowOptionsInnerModifier and TypeMethodDescriptionMaintenanceWindowOptionsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceWindowOptionsInner from the JsonReader.MaintenanceWindowOptionsInner.withAllowMultipleMaintenanceWindowsPerCycle(Boolean allowMultipleMaintenanceWindowsPerCycle) Set the allowMultipleMaintenanceWindowsPerCycle property: Whether we allow multiple maintenance windows per cycle.MaintenanceWindowOptionsInner.withDefaultDurationInMinutes(Integer defaultDurationInMinutes) Set the defaultDurationInMinutes property: Default duration for maintenance window.MaintenanceWindowOptionsInner.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Whether maintenance windows are enabled for the database.MaintenanceWindowOptionsInner.withMaintenanceWindowCycles(List<MaintenanceWindowTimeRange> maintenanceWindowCycles) Set the maintenanceWindowCycles property: Available maintenance cycles e.g.MaintenanceWindowOptionsInner.withMinCycles(Integer minCycles) Set the minCycles property: Minimum number of maintenance windows cycles to be set on the database.MaintenanceWindowOptionsInner.withMinDurationInMinutes(Integer minDurationInMinutes) Set the minDurationInMinutes property: Minimum duration of maintenance window.MaintenanceWindowOptionsInner.withTimeGranularityInMinutes(Integer timeGranularityInMinutes) Set the timeGranularityInMinutes property: Time granularity in minutes for maintenance windows.