@azure-rest/maps-timezone package

인터페이스

ConvertWindowsTimezoneToIana
CountryRecordOutput

국가/지역 레코드입니다.

ErrorAdditionalInfoOutput

리소스 관리 오류 추가 정보입니다.

ErrorDetailOutput

오류 세부 정보입니다.

ErrorResponseOutput

실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. 또한 OData 오류 응답 형식을 따릅니다.

GetIanaTimezoneIds
GetIanaVersion
GetTimeZoneByCoordinates
GetTimeZoneByID
GetWindowsTimezoneIds
IanaIdOutput
MapsTimeZoneClientOptions

클라이언트에 대한 선택적 매개 변수

ReferenceTimeOutput

현지 시간에 적용되는 세부 정보입니다.

RepresentativePointOutput

대표점 속성

Routes
TimeTransitionOutput
TimeZoneConvertWindowsTimezoneToIana200Response

Get Windows to IANA Time Zone API는 유효한 Windows 표준 시간대 ID가 지정된 경우 해당 IANA(Internet Assigned Numbers Authority) ID를 반환하는 HTTP GET 요청입니다. 단일 Windows ID에 대해 여러 IANA ID가 반환될 수 있습니다. 선택적 영역 매개 변수를 추가하여 이러한 결과의 범위를 좁힐 수 있습니다.

TimeZoneConvertWindowsTimezoneToIanaDefaultResponse

Get Windows to IANA Time Zone API는 유효한 Windows 표준 시간대 ID가 지정된 경우 해당 IANA(Internet Assigned Numbers Authority) ID를 반환하는 HTTP GET 요청입니다. 단일 Windows ID에 대해 여러 IANA ID가 반환될 수 있습니다. 선택적 영역 매개 변수를 추가하여 이러한 결과의 범위를 좁힐 수 있습니다.

TimeZoneConvertWindowsTimezoneToIanaQueryParam
TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties
TimeZoneGetIanaTimezoneIds200Response

Get IANA Time Zones API는 IANA(Internet Assigned Numbers Authority) 표준 시간대 ID의 전체 목록을 반환하는 HTTP GET 요청입니다. IANA 서비스에 대한 업데이트는 하루 내에 시스템에 반영됩니다.

TimeZoneGetIanaTimezoneIdsDefaultResponse

Get IANA Time Zones API는 IANA(Internet Assigned Numbers Authority) 표준 시간대 ID의 전체 목록을 반환하는 HTTP GET 요청입니다. IANA 서비스에 대한 업데이트는 하루 내에 시스템에 반영됩니다.

TimeZoneGetIanaVersion200Response

Get Time Zone IANA Version API는 현재 IANA(Internet Assigned Numbers Authority) 버전 번호를 메타데이터로 반환하는 HTTP GET 요청입니다.

TimeZoneGetIanaVersionDefaultResponse

Get Time Zone IANA Version API는 현재 IANA(Internet Assigned Numbers Authority) 버전 번호를 메타데이터로 반환하는 HTTP GET 요청입니다.

TimeZoneGetTimeZoneByCoordinates200Response

Get Timezone By Coordinates API는 지정된 위도-경도 쌍에 대한 현재, 기록 및 이후 표준 시간대 정보를 반환하는 HTTP GET 요청입니다. 또한 API는 태양의 날을 관찰하는 지역을 제외하고 지정된 위치에 대해 일몰 및 일출 시간을 제공합니다.

TimeZoneGetTimeZoneByCoordinatesDefaultResponse

Get Timezone By Coordinates API는 지정된 위도-경도 쌍에 대한 현재, 기록 및 이후 표준 시간대 정보를 반환하는 HTTP GET 요청입니다. 또한 API는 태양의 날을 관찰하는 지역을 제외하고 지정된 위치에 대해 일몰 및 일출 시간을 제공합니다.

TimeZoneGetTimeZoneByCoordinatesHeaderParam
TimeZoneGetTimeZoneByCoordinatesHeaders
TimeZoneGetTimeZoneByCoordinatesQueryParam
TimeZoneGetTimeZoneByCoordinatesQueryParamProperties
TimeZoneGetTimeZoneByID200Response

Get Timezone By ID API는 지정된 IANA 표준 시간대 ID에 대한 현재, 기록 및 이후 표준 시간대 정보를 반환하는 HTTP GET 요청입니다.

TimeZoneGetTimeZoneByIDDefaultResponse

Get Timezone By ID API는 지정된 IANA 표준 시간대 ID에 대한 현재, 기록 및 이후 표준 시간대 정보를 반환하는 HTTP GET 요청입니다.

TimeZoneGetTimeZoneByIDHeaderParam
TimeZoneGetTimeZoneByIDHeaders
TimeZoneGetTimeZoneByIDQueryParam
TimeZoneGetTimeZoneByIDQueryParamProperties
TimeZoneGetWindowsTimezoneIds200Response

Get Windows Time Zones API는 Windows 표준 시간대 ID의 전체 목록을 반환하는 HTTP GET 요청입니다.

TimeZoneGetWindowsTimezoneIdsDefaultResponse

Get Windows Time Zones API는 Windows 표준 시간대 ID의 전체 목록을 반환하는 HTTP GET 요청입니다.

TimeZoneIanaVersionResultOutput

이 개체는 성공적인 표준 시간대 IANA 버전 호출에서 반환됩니다.

TimeZoneIdOutput
TimeZoneNamesOutput

표준 시간대 이름 개체입니다.

TimeZoneResultOutput

이 개체는 성공적인 Timezone By ID 호출 또는 좌표별 호출에서 반환됩니다.

WindowsTimeZoneOutput

형식 별칭

MapsTimeZoneClient
TimeZoneConvertWindowsTimezoneToIanaParameters
TimeZoneGetIanaTimezoneIdsParameters
TimeZoneGetIanaVersionParameters
TimeZoneGetTimeZoneByCoordinatesParameters
TimeZoneGetTimeZoneByIDParameters
TimeZoneGetWindowsTimezoneIdsParameters

함수

default(AzureKeyCredential, ClientOptions)

구독 키에서 MapsTimeZoneClient 인스턴스를 만듭니다.

예제

import MapsTimeZone from "@azure-rest/maps-timezone";

const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
default(TokenCredential, string, ClientOptions)

Azure ID TokenCredentialMapsTimeZone 인스턴스를 만듭니다.

예제

import MapsTimeZoneClient from "@azure-rest/maps-timezone";
import { DefaultAzureCredential } from "@azure/identity";

const credential = new DefaultAzureCredential();
const client = MapsTimeZone(credential, "<maps-account-client-id>");
default(AzureSASCredential, ClientOptions)

Azure ID AzureSASCredentialMapsTimeZone 인스턴스를 만듭니다.

예제

import MapsTimeZone from "@azure-rest/maps-timezone";
import { AzureSASCredential } from "@azure/core-auth";

const credential = new AzureSASCredential("<SAS Token>");
const client = MapsTimeZone(credential);
isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)
isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)
isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)
isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)
isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)
isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)

함수 세부 정보

default(AzureKeyCredential, ClientOptions)

구독 키에서 MapsTimeZoneClient 인스턴스를 만듭니다.

예제

import MapsTimeZone from "@azure-rest/maps-timezone";

const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
function default(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient

매개 변수

credential
AzureKeyCredential

서비스에 대한 요청을 인증하는 데 사용되는 AzureKeyCredential 인스턴스

options
ClientOptions

TimeZone 클라이언트를 구성하는 데 사용되는 옵션

반환

default(TokenCredential, string, ClientOptions)

Azure ID TokenCredentialMapsTimeZone 인스턴스를 만듭니다.

예제

import MapsTimeZoneClient from "@azure-rest/maps-timezone";
import { DefaultAzureCredential } from "@azure/identity";

const credential = new DefaultAzureCredential();
const client = MapsTimeZone(credential, "<maps-account-client-id>");
function default(credential: TokenCredential, mapsAccountClientId: string, options?: ClientOptions): MapsTimeZoneClient

매개 변수

credential
TokenCredential

서비스에 대한 요청을 인증하는 데 사용되는 TokenCredential 인스턴스

mapsAccountClientId

string

특정 맵 리소스의 Azure Maps 클라이언트 ID

options
ClientOptions

TimeZone 클라이언트를 구성하는 데 사용되는 옵션

반환

default(AzureSASCredential, ClientOptions)

Azure ID AzureSASCredentialMapsTimeZone 인스턴스를 만듭니다.

예제

import MapsTimeZone from "@azure-rest/maps-timezone";
import { AzureSASCredential } from "@azure/core-auth";

const credential = new AzureSASCredential("<SAS Token>");
const client = MapsTimeZone(credential);
function default(credential: AzureSASCredential, options?: ClientOptions): MapsTimeZoneClient

매개 변수

credential
AzureSASCredential

서비스에 대한 요청을 인증하는 데 사용되는 AzureSASCredential 인스턴스

options
ClientOptions

TimeZone 클라이언트를 구성하는 데 사용되는 옵션

반환

isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)

function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response

매개 변수

반환

response

isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)

function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response

매개 변수

반환

response

isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)

function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response

매개 변수

반환

response

isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)

function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response

매개 변수

반환

response

isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)

function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response

매개 변수

반환

response

isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)

function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response

매개 변수

반환

response