共用方式為


TimeZones interface

表示 TimeZones 的介面。

方法

get(string, string, TimeZonesGetOptionalParams)

取得受控實例時區。

listByLocation(string, TimeZonesListByLocationOptionalParams)

依位置取得受控實例時區的清單。

方法詳細資料

get(string, string, TimeZonesGetOptionalParams)

取得受控實例時區。

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

參數

locationName

string

timeZoneId

string

options
TimeZonesGetOptionalParams

選項參數。

傳回

Promise<TimeZone>

listByLocation(string, TimeZonesListByLocationOptionalParams)

依位置取得受控實例時區的清單。

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

參數

locationName

string

options
TimeZonesListByLocationOptionalParams

選項參數。

傳回