@azure-rest/maps-timezone package
Interfacce
| ConvertWindowsTimezoneToIana | |
| CountryRecordOutput |
Record di paese/area geografica. |
| ErrorAdditionalInfoOutput |
Informazioni aggiuntive sull'errore di gestione delle risorse. |
| ErrorDetailOutput |
Dettagli dell'errore. |
| ErrorResponseOutput |
Risposta di errore comune per tutte le API di Azure Resource Manager per restituire i dettagli dell'errore per le operazioni non riuscite. Questo segue anche il formato di risposta di errore OData. |
| GetIanaTimezoneIds | |
| GetIanaVersion | |
| GetTimeZoneByCoordinates | |
| GetTimeZoneByID | |
| GetWindowsTimezoneIds | |
| IanaIdOutput | |
| MapsTimeZoneClientOptions |
Parametri facoltativi per il client |
| ReferenceTimeOutput |
Dettagli in vigore all'ora locale. |
| RepresentativePointOutput |
Proprietà punto rappresentativo |
| Routes | |
| TimeTransitionOutput | |
| TimeZoneConvertWindowsTimezoneToIana200Response |
L'API |
| TimeZoneConvertWindowsTimezoneToIanaDefaultResponse |
L'API |
| TimeZoneConvertWindowsTimezoneToIanaQueryParam | |
| TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties | |
| TimeZoneGetIanaTimezoneIds200Response |
L'API |
| TimeZoneGetIanaTimezoneIdsDefaultResponse |
L'API |
| TimeZoneGetIanaVersion200Response |
L'API |
| TimeZoneGetIanaVersionDefaultResponse |
L'API |
| TimeZoneGetTimeZoneByCoordinates200Response |
L'API |
| TimeZoneGetTimeZoneByCoordinatesDefaultResponse |
L'API |
| TimeZoneGetTimeZoneByCoordinatesHeaderParam | |
| TimeZoneGetTimeZoneByCoordinatesHeaders | |
| TimeZoneGetTimeZoneByCoordinatesQueryParam | |
| TimeZoneGetTimeZoneByCoordinatesQueryParamProperties | |
| TimeZoneGetTimeZoneByID200Response |
L'API |
| TimeZoneGetTimeZoneByIDDefaultResponse |
L'API |
| TimeZoneGetTimeZoneByIDHeaderParam | |
| TimeZoneGetTimeZoneByIDHeaders | |
| TimeZoneGetTimeZoneByIDQueryParam | |
| TimeZoneGetTimeZoneByIDQueryParamProperties | |
| TimeZoneGetWindowsTimezoneIds200Response |
L'API |
| TimeZoneGetWindowsTimezoneIdsDefaultResponse |
L'API |
| TimeZoneIanaVersionResultOutput |
Questo oggetto viene restituito da una chiamata IANA Version del fuso orario riuscita |
| TimeZoneIdOutput | |
| TimeZoneNamesOutput |
Oggetto Nomi fuso orario. |
| TimeZoneResultOutput |
Questo oggetto viene restituito da una chiamata di timezone per ID riuscita o da coordinate |
| WindowsTimeZoneOutput | |
Alias tipo
Funzioni
| default(Azure |
Crea un'istanza di MapsTimeZoneClient da una chiave di sottoscrizione. esempio di
|
| default(Token |
Crea un'istanza di MapsTimeZone da un'identità di Azure esempio di
|
| default(Azure |
Crea un'istanza di MapsTimeZone da un'identità di Azure esempio di
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
Dettagli funzione
default(AzureKeyCredential, ClientOptions)
Crea un'istanza di MapsTimeZoneClient da una chiave di sottoscrizione.
esempio di
import MapsTimeZone from "@azure-rest/maps-timezone";
const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
function default(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient
Parametri
- credential
- AzureKeyCredential
Istanza di AzureKeyCredential usata per autenticare le richieste al servizio
- options
- ClientOptions
Opzioni usate per configurare il client TimeZone
Restituisce
default(TokenCredential, string, ClientOptions)
Crea un'istanza di MapsTimeZone da un'identità di Azure TokenCredential.
esempio di
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
Parametri
- credential
- TokenCredential
Istanza tokenCredential usata per autenticare le richieste al servizio
- mapsAccountClientId
-
string
ID client di Mappe di Azure di una risorsa mappa specifica
- options
- ClientOptions
Opzioni usate per configurare il client TimeZone
Restituisce
default(AzureSASCredential, ClientOptions)
Crea un'istanza di MapsTimeZone da un'identità di Azure AzureSASCredential.
esempio di
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
Parametri
- credential
- AzureSASCredential
Istanza di AzureSASCredential usata per autenticare le richieste al servizio
- options
- ClientOptions
Opzioni usate per configurare il client TimeZone
Restituisce
isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response
Parametri
Restituisce
response
isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response
Parametri
Restituisce
response
isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response
Parametri
Restituisce
response
isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response
Parametri
Restituisce
response
isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response
Parametri
Restituisce
response
isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)
function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response
Parametri
Restituisce
response