Interface MaintenanceConfiguration.UpdateStages.WithTimeZone

All Known Subinterfaces:
MaintenanceConfiguration.Update
Enclosing interface:
MaintenanceConfiguration.UpdateStages

public static interface MaintenanceConfiguration.UpdateStages.WithTimeZone
The stage of the MaintenanceConfiguration update allowing to specify timeZone.
  • Method Details

    • withTimeZone

      MaintenanceConfiguration.Update withTimeZone(String timeZone)
      Specifies the timeZone property: Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time..
      Parameters:
      timeZone - Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
      Returns:
      the next definition stage.