@azure-rest/maps-timezone package
Rozhraní
| ConvertWindowsTimezoneToIana | |
| CountryRecordOutput |
Záznam země/oblasti. |
| ErrorAdditionalInfoOutput |
Další informace o chybě správy prostředků |
| ErrorDetailOutput |
Podrobnosti o chybě. |
| ErrorResponseOutput |
Běžná chybová odpověď pro všechna rozhraní API Azure Resource Manageru pro vrácení podrobností o chybě pro neúspěšné operace (To se také řídí formátem odpovědi na chybu OData.) |
| GetIanaTimezoneIds | |
| GetIanaVersion | |
| GetTimeZoneByCoordinates | |
| GetTimeZoneByID | |
| GetWindowsTimezoneIds | |
| IanaIdOutput | |
| MapsTimeZoneClientOptions |
Volitelné parametry klienta |
| ReferenceTimeOutput |
Podrobnosti, které se projeví v místním čase |
| RepresentativePointOutput |
Vlastnost reprezentativního bodu |
| Routes | |
| TimeTransitionOutput | |
| TimeZoneConvertWindowsTimezoneToIana200Response |
Rozhraní API |
| TimeZoneConvertWindowsTimezoneToIanaDefaultResponse |
Rozhraní API |
| TimeZoneConvertWindowsTimezoneToIanaQueryParam | |
| TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties | |
| TimeZoneGetIanaTimezoneIds200Response |
Rozhraní API |
| TimeZoneGetIanaTimezoneIdsDefaultResponse |
Rozhraní API |
| TimeZoneGetIanaVersion200Response |
Rozhraní API |
| TimeZoneGetIanaVersionDefaultResponse |
Rozhraní API |
| TimeZoneGetTimeZoneByCoordinates200Response |
Rozhraní API |
| TimeZoneGetTimeZoneByCoordinatesDefaultResponse |
Rozhraní API |
| TimeZoneGetTimeZoneByCoordinatesHeaderParam | |
| TimeZoneGetTimeZoneByCoordinatesHeaders | |
| TimeZoneGetTimeZoneByCoordinatesQueryParam | |
| TimeZoneGetTimeZoneByCoordinatesQueryParamProperties | |
| TimeZoneGetTimeZoneByID200Response |
Rozhraní API |
| TimeZoneGetTimeZoneByIDDefaultResponse |
Rozhraní API |
| TimeZoneGetTimeZoneByIDHeaderParam | |
| TimeZoneGetTimeZoneByIDHeaders | |
| TimeZoneGetTimeZoneByIDQueryParam | |
| TimeZoneGetTimeZoneByIDQueryParamProperties | |
| TimeZoneGetWindowsTimezoneIds200Response |
Rozhraní API |
| TimeZoneGetWindowsTimezoneIdsDefaultResponse |
Rozhraní API |
| TimeZoneIanaVersionResultOutput |
Tento objekt je vrácen z úspěšného volání verze IANA timezone |
| TimeZoneIdOutput | |
| TimeZoneNamesOutput |
Objekt názvů časových pásem |
| TimeZoneResultOutput |
Tento objekt se vrátí z úspěšného volání Timezone By ID nebo volání podle souřadnic. |
| WindowsTimeZoneOutput | |
Aliasy typu
Funkce
| default(Azure |
Vytvoří instanci MapsTimeZoneClient z klíče předplatného. příklad
|
| default(Token |
Vytvoří instanci MapsTimeZone z azure Identity příklad
|
| default(Azure |
Vytvoří instanci MapsTimeZone z azure Identity příklad
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
Podrobnosti funkce
default(AzureKeyCredential, ClientOptions)
Vytvoří instanci MapsTimeZoneClient z klíče předplatného.
příklad
import MapsTimeZone from "@azure-rest/maps-timezone";
const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
function default(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient
Parametry
- credential
- AzureKeyCredential
Instance AzureKeyCredential použitá k ověření požadavků na službu
- options
- ClientOptions
Možnosti používané ke konfiguraci klienta TimeZone
Návraty
default(TokenCredential, string, ClientOptions)
Vytvoří instanci MapsTimeZone z azure Identity TokenCredential.
příklad
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
Parametry
- credential
- TokenCredential
Instance TokenCredential použitá k ověření požadavků na službu
- mapsAccountClientId
-
string
ID klienta Azure Maps konkrétního mapového prostředku
- options
- ClientOptions
Možnosti používané ke konfiguraci klienta TimeZone
Návraty
default(AzureSASCredential, ClientOptions)
Vytvoří instanci MapsTimeZone z azure Identity AzureSASCredential.
příklad
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
Parametry
- credential
- AzureSASCredential
Instance AzureSASCredential použitá k ověřování požadavků na službu
- options
- ClientOptions
Možnosti používané ke konfiguraci klienta TimeZone
Návraty
isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response
Parametry
Návraty
response
isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response
Parametry
Návraty
response
isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response
Parametry
Návraty
response
isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response
Parametry
Návraty
response
isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response
Parametry
Návraty
response
isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)
function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response
Parametry
Návraty
response