@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 |
|
| TimeZoneConvertWindowsTimezoneToIanaDefaultResponse |
|
| TimeZoneConvertWindowsTimezoneToIanaQueryParam | |
| TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties | |
| TimeZoneGetIanaTimezoneIds200Response |
|
| TimeZoneGetIanaTimezoneIdsDefaultResponse |
|
| TimeZoneGetIanaVersion200Response |
|
| TimeZoneGetIanaVersionDefaultResponse |
|
| TimeZoneGetTimeZoneByCoordinates200Response |
|
| TimeZoneGetTimeZoneByCoordinatesDefaultResponse |
|
| TimeZoneGetTimeZoneByCoordinatesHeaderParam | |
| TimeZoneGetTimeZoneByCoordinatesHeaders | |
| TimeZoneGetTimeZoneByCoordinatesQueryParam | |
| TimeZoneGetTimeZoneByCoordinatesQueryParamProperties | |
| TimeZoneGetTimeZoneByID200Response |
|
| TimeZoneGetTimeZoneByIDDefaultResponse |
|
| TimeZoneGetTimeZoneByIDHeaderParam | |
| TimeZoneGetTimeZoneByIDHeaders | |
| TimeZoneGetTimeZoneByIDQueryParam | |
| TimeZoneGetTimeZoneByIDQueryParamProperties | |
| TimeZoneGetWindowsTimezoneIds200Response |
|
| TimeZoneGetWindowsTimezoneIdsDefaultResponse |
|
| TimeZoneIanaVersionResultOutput |
このオブジェクトは、成功したタイムゾーン IANA バージョン呼び出しから返されます |
| TimeZoneIdOutput | |
| TimeZoneNamesOutput |
タイムゾーン名オブジェクト。 |
| TimeZoneResultOutput |
このオブジェクトは、成功したタイムゾーンの ID 呼び出しまたは座標による呼び出しから返されます |
| WindowsTimeZoneOutput | |
型エイリアス
関数
| default(Azure |
サブスクリプション キーから MapsTimeZoneClient のインスタンスを作成します。 例
|
| default(Token |
Azure Identity 例
|
| default(Azure |
Azure Identity 例
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
関数の詳細
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