Class TimeZoneProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.TimeZoneProperties

public final class TimeZoneProperties extends Object
The properties of a time zone.
  • Constructor Details

    • TimeZoneProperties

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

    • timeZoneId

      public String timeZoneId()
      Get the timeZoneId property: The time zone id.
      Returns:
      the timeZoneId value.
    • displayName

      public String displayName()
      Get the displayName property: The time zone display name.
      Returns:
      the displayName value.
    • validate

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