Class TimeZoneInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.TimeZoneInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class TimeZoneInner
extends com.azure.core.management.ProxyResource
Time Zone property.
-
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.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
TimeZoneInner
public TimeZoneInner()Creates an instance of TimeZoneInner 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.
-