@azure-rest/maps-timezone package
Schnittstellen
| ConvertWindowsTimezoneToIana | |
| CountryRecordOutput |
Ein Länder-/Regionsdatensatz. |
| ErrorAdditionalInfoOutput |
Der Ressourcenverwaltungsfehler zusätzliche Informationen. |
| ErrorDetailOutput |
Das Fehlerdetails. |
| ErrorResponseOutput |
Häufige Fehlerantwort für alle Azure Resource Manager-APIs, um Fehlerdetails für fehlgeschlagene Vorgänge zurückzugeben. (Dies folgt auch dem OData-Fehlerantwortformat.) |
| GetIanaTimezoneIds | |
| GetIanaVersion | |
| GetTimeZoneByCoordinates | |
| GetTimeZoneByID | |
| GetWindowsTimezoneIds | |
| IanaIdOutput | |
| MapsTimeZoneClientOptions |
Die optionalen Parameter für den Client |
| ReferenceTimeOutput |
Details, die zur Ortszeit wirksam sind. |
| RepresentativePointOutput |
Repräsentative Point-Eigenschaft |
| Routes | |
| TimeTransitionOutput | |
| TimeZoneConvertWindowsTimezoneToIana200Response |
Die |
| TimeZoneConvertWindowsTimezoneToIanaDefaultResponse |
Die |
| TimeZoneConvertWindowsTimezoneToIanaQueryParam | |
| TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties | |
| TimeZoneGetIanaTimezoneIds200Response |
Die |
| TimeZoneGetIanaTimezoneIdsDefaultResponse |
Die |
| TimeZoneGetIanaVersion200Response |
Die |
| TimeZoneGetIanaVersionDefaultResponse |
Die |
| TimeZoneGetTimeZoneByCoordinates200Response |
Die |
| TimeZoneGetTimeZoneByCoordinatesDefaultResponse |
Die |
| TimeZoneGetTimeZoneByCoordinatesHeaderParam | |
| TimeZoneGetTimeZoneByCoordinatesHeaders | |
| TimeZoneGetTimeZoneByCoordinatesQueryParam | |
| TimeZoneGetTimeZoneByCoordinatesQueryParamProperties | |
| TimeZoneGetTimeZoneByID200Response |
Die |
| TimeZoneGetTimeZoneByIDDefaultResponse |
Die |
| TimeZoneGetTimeZoneByIDHeaderParam | |
| TimeZoneGetTimeZoneByIDHeaders | |
| TimeZoneGetTimeZoneByIDQueryParam | |
| TimeZoneGetTimeZoneByIDQueryParamProperties | |
| TimeZoneGetWindowsTimezoneIds200Response |
Die |
| TimeZoneGetWindowsTimezoneIdsDefaultResponse |
Die |
| TimeZoneIanaVersionResultOutput |
Dieses Objekt wird von einem erfolgreichen Timezone IANA Version-Aufruf zurückgegeben. |
| TimeZoneIdOutput | |
| TimeZoneNamesOutput |
Objekt für Zeitzonennamen. |
| TimeZoneResultOutput |
Dieses Objekt wird von einem erfolgreichen Timezone By ID-Aufruf oder von Koordinatenaufruf zurückgegeben. |
| WindowsTimeZoneOutput | |
Typaliase
Functions
| default(Azure |
Erstellt eine Instanz von MapsTimeZoneClient aus einem Abonnementschlüssel. Beispiel
|
| default(Token |
Erstellt eine Instanz von MapsTimeZone aus einer Azure Identity Beispiel
|
| default(Azure |
Erstellt eine Instanz von MapsTimeZone aus einer Azure Identity Beispiel
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
Details zur Funktion
default(AzureKeyCredential, ClientOptions)
Erstellt eine Instanz von MapsTimeZoneClient aus einem Abonnementschlüssel.
Beispiel
import MapsTimeZone from "@azure-rest/maps-timezone";
const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
function default(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient
Parameter
- credential
- AzureKeyCredential
Eine AzureKeyCredential-Instanz, die zum Authentifizieren von Anforderungen an den Dienst verwendet wird
- options
- ClientOptions
Optionen zum Konfigurieren des TimeZone-Clients
Gibt zurück
default(TokenCredential, string, ClientOptions)
Erstellt eine Instanz von MapsTimeZone aus einer Azure Identity TokenCredential.
Beispiel
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
Parameter
- credential
- TokenCredential
Eine TokenCredential-Instanz, die zum Authentifizieren von Anforderungen an den Dienst verwendet wird
- mapsAccountClientId
-
string
Die Azure Maps-Client-ID einer bestimmten Kartenressource
- options
- ClientOptions
Optionen zum Konfigurieren des TimeZone-Clients
Gibt zurück
default(AzureSASCredential, ClientOptions)
Erstellt eine Instanz von MapsTimeZone aus einer Azure Identity AzureSASCredential.
Beispiel
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
Parameter
- credential
- AzureSASCredential
Eine AzureSASCredential-Instanz, die zum Authentifizieren von Anforderungen an den Dienst verwendet wird
- options
- ClientOptions
Optionen zum Konfigurieren des TimeZone-Clients
Gibt zurück
isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response
Parameter
Gibt zurück
response
isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response
Parameter
Gibt zurück
response
isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response
Parameter
Gibt zurück
response
isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response
Parameter
Gibt zurück
response
isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response
Parameter
Gibt zurück
response
isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)
function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response
Parameter
Gibt zurück
response