Class TimeZoneProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.TimeZoneProperties
The properties of a time zone.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: The time zone display name.Get the timeZoneId property: The time zone id.voidvalidate()Validates the instance.
-
Constructor Details
-
TimeZoneProperties
public TimeZoneProperties()Creates an instance of TimeZoneProperties class.
-
-
Method Details
-
timeZoneId
Get the timeZoneId property: The time zone id.- Returns:
- the timeZoneId value.
-
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.
-