Interface MaintenanceConfiguration.DefinitionStages.WithTimeZone

All Known Subinterfaces:
MaintenanceConfiguration.Definition, MaintenanceConfiguration.DefinitionStages.WithCreate
Enclosing interface:
MaintenanceConfiguration.DefinitionStages

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

    • withTimeZone

      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.