TimeZonesOperations interface

Interface representing a TimeZones operations.

Properties

get

Gets a managed instance time zone.

listByLocation

Gets a list of managed instance time zones by location.

Property Details

get

Gets a managed instance time zone.

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

Property Value

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

listByLocation

Gets a list of managed instance time zones by location.

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

Property Value

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