TimeZones interface

Interface representing a TimeZones.

Methods

get(string, string, TimeZonesGetOptionalParams)

Gets a managed instance time zone.

listByLocation(string, TimeZonesListByLocationOptionalParams)

Gets a list of managed instance time zones by location.

Method Details

get(string, string, TimeZonesGetOptionalParams)

Gets a managed instance time zone.

function get(locationName: string, timeZoneId: string, options?: TimeZonesGetOptionalParams): Promise<TimeZone>

Parameters

locationName

string

timeZoneId

string

options
TimeZonesGetOptionalParams

The options parameters.

Returns

Promise<TimeZone>

listByLocation(string, TimeZonesListByLocationOptionalParams)

Gets a list of managed instance time zones by location.

function listByLocation(locationName: string, options?: TimeZonesListByLocationOptionalParams): PagedAsyncIterableIterator<TimeZone, TimeZone[], PageSettings>

Parameters

locationName

string

options
TimeZonesListByLocationOptionalParams

The options parameters.

Returns