@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) ID を返す HTTP GET 要求です。 1 つの Windows ID に対して複数の IANA ID が返される場合があります。 オプションの territory パラメーターを追加することで、これらの結果を絞り込む可能性があります。

TimeZoneConvertWindowsTimezoneToIanaDefaultResponse

Get Windows to IANA Time Zone API は、有効な Windows タイム ゾーン ID を指定して、対応するインターネット割り当て番号機関 (IANA) ID を返す HTTP GET 要求です。 1 つの Windows ID に対して複数の IANA ID が返される場合があります。 オプションの territory パラメーターを追加することで、これらの結果を絞り込む可能性があります。

TimeZoneConvertWindowsTimezoneToIanaQueryParam
TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties
TimeZoneGetIanaTimezoneIds200Response

Get IANA Time Zones API は、インターネット割り当て番号機関 (IANA) タイム ゾーン ID の完全な一覧を返す HTTP GET 要求です。 IANA サービスの更新は、1 日以内にシステムに反映されます。

TimeZoneGetIanaTimezoneIdsDefaultResponse

Get IANA Time Zones API は、インターネット割り当て番号機関 (IANA) タイム ゾーン ID の完全な一覧を返す HTTP GET 要求です。 IANA サービスの更新は、1 日以内にシステムに反映されます。

TimeZoneGetIanaVersion200Response

Get Time Zone IANA Version API は、現在のインターネット割り当て番号機関 (IANA) のバージョン番号をメタデータとして返す HTTP GET 要求です。

TimeZoneGetIanaVersionDefaultResponse

Get Time Zone IANA Version API は、現在のインターネット割り当て番号機関 (IANA) のバージョン番号をメタデータとして返す 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

このオブジェクトは、成功したタイムゾーンの 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 Identity TokenCredentialから MapsTimeZone のインスタンスを作成します。

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 Identity AzureSASCredentialから MapsTimeZone のインスタンスを作成します。

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 Identity TokenCredentialから MapsTimeZone のインスタンスを作成します。

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 Identity AzureSASCredentialから MapsTimeZone のインスタンスを作成します。

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