Class AmlFilesystemUpdatePropertiesMaintenanceWindow

java.lang.Object
com.azure.resourcemanager.storagecache.models.AmlFilesystemUpdatePropertiesMaintenanceWindow

public final class AmlFilesystemUpdatePropertiesMaintenanceWindow extends Object
Start time of a 30-minute weekly maintenance window.
  • Constructor Details

    • AmlFilesystemUpdatePropertiesMaintenanceWindow

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

    • dayOfWeek

      public MaintenanceDayOfWeekType dayOfWeek()
      Get the dayOfWeek property: Day of the week on which the maintenance window will occur.
      Returns:
      the dayOfWeek value.
    • withDayOfWeek

      Set the dayOfWeek property: Day of the week on which the maintenance window will occur.
      Parameters:
      dayOfWeek - the dayOfWeek value to set.
      Returns:
      the AmlFilesystemUpdatePropertiesMaintenanceWindow object itself.
    • timeOfDayUtc

      public String timeOfDayUtc()
      Get the timeOfDayUtc property: The time of day (in UTC) to start the maintenance window.
      Returns:
      the timeOfDayUtc value.
    • withTimeOfDayUtc

      public AmlFilesystemUpdatePropertiesMaintenanceWindow withTimeOfDayUtc(String timeOfDayUtc)
      Set the timeOfDayUtc property: The time of day (in UTC) to start the maintenance window.
      Parameters:
      timeOfDayUtc - the timeOfDayUtc value to set.
      Returns:
      the AmlFilesystemUpdatePropertiesMaintenanceWindow object itself.
    • validate

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