TimeZonesOperations interface

واجهة تمثل عمليات المناطق الزمنية.

الخصائص

get

يحصل على منطقة زمنية للنسخة المدارة.

listByLocation

يحصل على قائمة بمناطق زمنية النسخة المدارة حسب الموقع.

تفاصيل الخاصية

get

يحصل على منطقة زمنية للنسخة المدارة.

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

قيمة الخاصية

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

listByLocation

يحصل على قائمة بمناطق زمنية النسخة المدارة حسب الموقع.

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

قيمة الخاصية

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