Class MaintenanceWindowsProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.MaintenanceWindowsProperties

public final class MaintenanceWindowsProperties extends Object
Maintenance windows resource properties.
  • Constructor Details

    • MaintenanceWindowsProperties

      public MaintenanceWindowsProperties()
      Creates an instance of MaintenanceWindowsProperties class.
  • Method Details

    • timeRanges

      public List<MaintenanceWindowTimeRange> timeRanges()
      Get the timeRanges property: The timeRanges property.
      Returns:
      the timeRanges value.
    • withTimeRanges

      public MaintenanceWindowsProperties withTimeRanges(List<MaintenanceWindowTimeRange> timeRanges)
      Set the timeRanges property: The timeRanges property.
      Parameters:
      timeRanges - the timeRanges value to set.
      Returns:
      the MaintenanceWindowsProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.