@azure-rest/maps-timezone package
Arabirimler
| ConvertWindowsTimezoneToIana | |
| CountryRecordOutput |
Ülke/bölge kaydı. |
| ErrorAdditionalInfoOutput |
Kaynak yönetimi hatası ek bilgileri. |
| ErrorDetailOutput |
Hata ayrıntısı. |
| ErrorResponseOutput |
Başarısız işlemlerin hata ayrıntılarını döndürmek için tüm Azure Resource Manager API'leri için genel hata yanıtı. (Bu, OData hata yanıt biçimini de izler.). |
| GetIanaTimezoneIds | |
| GetIanaVersion | |
| GetTimeZoneByCoordinates | |
| GetTimeZoneByID | |
| GetWindowsTimezoneIds | |
| IanaIdOutput | |
| MapsTimeZoneClientOptions |
İstemci için isteğe bağlı parametreler |
| ReferenceTimeOutput |
Ayrıntılar yerel saatte etkindir. |
| RepresentativePointOutput |
Temsilci noktası özelliği |
| 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 |
Bu nesne başarılı bir Saat Dilimi IANA Sürümü çağrısından döndürülür |
| TimeZoneIdOutput | |
| TimeZoneNamesOutput |
Saat dilimi adları nesnesi. |
| TimeZoneResultOutput |
Bu nesne başarılı bir Saat Dilimine Göre Kimlik çağrısından veya Koordinatlara Göre çağrısından döndürülür |
| WindowsTimeZoneOutput | |
Tür Diğer Adları
İşlevler
| default(Azure |
Bir abonelik anahtarından MapsTimeZoneClient örneği oluşturur. Örnek
|
| default(Token |
Bir Azure Identity Örnek
|
| default(Azure |
Bir Azure Identity Örnek
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
İşlev Ayrıntıları
default(AzureKeyCredential, ClientOptions)
Bir abonelik anahtarından MapsTimeZoneClient örneği oluşturur.
Örnek
import MapsTimeZone from "@azure-rest/maps-timezone";
const credential = new AzureKeyCredential("<subscription-key>");
const client = MapsTimeZone(credential);
function default(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient
Parametreler
- credential
- AzureKeyCredential
Hizmete yönelik isteklerin kimliğini doğrulamak için kullanılan bir AzureKeyCredential örneği
- options
- ClientOptions
TimeZone İstemcisi'ni yapılandırmak için kullanılan seçenekler
Döndürülenler
default(TokenCredential, string, ClientOptions)
Bir Azure Identity TokenCredential'nden MapsTimeZone örneği oluşturur.
Örnek
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
Parametreler
- credential
- TokenCredential
Hizmete yönelik isteklerin kimliğini doğrulamak için kullanılan TokenCredential örneği
- mapsAccountClientId
-
string
Belirli bir harita kaynağının Azure Haritalar istemci kimliği
- options
- ClientOptions
TimeZone İstemcisi'ni yapılandırmak için kullanılan seçenekler
Döndürülenler
default(AzureSASCredential, ClientOptions)
Bir Azure Identity AzureSASCredential'nden MapsTimeZone örneği oluşturur.
Örnek
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
Parametreler
- credential
- AzureSASCredential
Hizmete yönelik isteklerin kimliğini doğrulamak için kullanılan bir AzureSASCredential örneği
- options
- ClientOptions
TimeZone İstemcisi'ni yapılandırmak için kullanılan seçenekler
Döndürülenler
isUnexpected(TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response
Parametreler
Döndürülenler
response
isUnexpected(TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse)
function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response
Parametreler
Döndürülenler
response
isUnexpected(TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response
Parametreler
Döndürülenler
response
isUnexpected(TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response
Parametreler
Döndürülenler
response
isUnexpected(TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse)
function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response
Parametreler
Döndürülenler
response
isUnexpected(TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse)
function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response
Parametreler
Döndürülenler
response