azure-core-1.56.0.jar中文-英文对照文档.zip

com.azureazure-core1.56.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: azure-core-1.56.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 2.52 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

azure-core-1.56.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:azure-core-1.56.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:azure-core-1.56.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:azure-core-1.56.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:azure-core-1.56.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 azure-core-1.56.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Microsoft Azure Java Core Library
  • 描述: 该包包含Azure Java客户端的核心类型。
  • 版本: 1.56.0

Maven依赖

<dependency>
	<groupId>com.azure</groupId>
	<artifactId>azure-core</artifactId>
	<version>1.56.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.azure', name: 'azure-core', version: '1.56.0'
Gradle (Short):
	implementation 'com.azure:azure-core:1.56.0'
Gradle (Kotlin):
	implementation("com.azure:azure-core:1.56.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.azure.core.annotation
com.azure.core.client.traits
com.azure.core.credential
com.azure.core.cryptography
com.azure.core.exception
com.azure.core.http
com.azure.core.http.policy
com.azure.core.http.rest
com.azure.core.models
com.azure.core.util
com.azure.core.util.builder
com.azure.core.util.io
com.azure.core.util.logging
com.azure.core.util.metrics
com.azure.core.util.paging
com.azure.core.util.polling
com.azure.core.util.serializer
com.azure.core.util.tracing

本组件包含的 Java class(类)

com.azure.core.annotation.BodyParam
com.azure.core.annotation.Delete
com.azure.core.annotation.ExpectedResponses
com.azure.core.annotation.Fluent
com.azure.core.annotation.FormParam
com.azure.core.annotation.Generated
com.azure.core.annotation.Get
com.azure.core.annotation.Head
com.azure.core.annotation.HeaderCollection
com.azure.core.annotation.HeaderParam
com.azure.core.annotation.Headers
com.azure.core.annotation.Host
com.azure.core.annotation.HostParam
com.azure.core.annotation.Immutable
com.azure.core.annotation.JsonFlatten
com.azure.core.annotation.Options
com.azure.core.annotation.Patch
com.azure.core.annotation.PathParam
com.azure.core.annotation.Post
com.azure.core.annotation.Put
com.azure.core.annotation.QueryParam
com.azure.core.annotation.ResumeOperation
com.azure.core.annotation.ReturnType
com.azure.core.annotation.ReturnValueWireType
com.azure.core.annotation.ServiceClient
com.azure.core.annotation.ServiceClientBuilder
com.azure.core.annotation.ServiceClientProtocol
com.azure.core.annotation.ServiceInterface
com.azure.core.annotation.ServiceMethod
com.azure.core.annotation.UnexpectedResponseExceptionType
com.azure.core.annotation.UnexpectedResponseExceptionTypes
com.azure.core.client.traits.AzureKeyCredentialTrait<T>
com.azure.core.client.traits.AzureNamedKeyCredentialTrait<T>
com.azure.core.client.traits.AzureSasCredentialTrait<T>
com.azure.core.client.traits.ConfigurationTrait<T>
com.azure.core.client.traits.ConnectionStringTrait<T>
com.azure.core.client.traits.EndpointTrait<T>
com.azure.core.client.traits.HttpTrait<T>
com.azure.core.client.traits.KeyCredentialTrait<T>
com.azure.core.client.traits.TokenCredentialTrait<T>
com.azure.core.credential.AccessToken
com.azure.core.credential.AzureKeyCredential
com.azure.core.credential.AzureNamedKey
com.azure.core.credential.AzureNamedKeyCredential
com.azure.core.credential.AzureSasCredential
com.azure.core.credential.BasicAuthenticationCredential
com.azure.core.credential.KeyCredential
com.azure.core.credential.ProofOfPossessionOptions
com.azure.core.credential.SimpleTokenCache
com.azure.core.credential.TokenCredential
com.azure.core.credential.TokenRequestContext
com.azure.core.cryptography.AsyncKeyEncryptionKey
com.azure.core.cryptography.AsyncKeyEncryptionKeyResolver
com.azure.core.cryptography.KeyEncryptionKey
com.azure.core.cryptography.KeyEncryptionKeyResolver
com.azure.core.exception.AzureException
com.azure.core.exception.ClientAuthenticationException
com.azure.core.exception.DecodeException
com.azure.core.exception.HttpRequestException
com.azure.core.exception.HttpResponseException
com.azure.core.exception.ResourceExistsException
com.azure.core.exception.ResourceModifiedException
com.azure.core.exception.ResourceNotFoundException
com.azure.core.exception.ServiceResponseException
com.azure.core.exception.TooManyRedirectsException
com.azure.core.exception.UnexpectedLengthException
com.azure.core.http.ContentType
com.azure.core.http.HttpAuthorization
com.azure.core.http.HttpClient
com.azure.core.http.HttpClientProvider
com.azure.core.http.HttpClients
com.azure.core.http.HttpHeader
com.azure.core.http.HttpHeaderName
com.azure.core.http.HttpHeaders
com.azure.core.http.HttpMethod
com.azure.core.http.HttpPipeline
com.azure.core.http.HttpPipelineBuilder
com.azure.core.http.HttpPipelineCallContext
com.azure.core.http.HttpPipelineNextPolicy
com.azure.core.http.HttpPipelineNextSyncPolicy
com.azure.core.http.HttpPipelinePosition
com.azure.core.http.HttpRange
com.azure.core.http.HttpRequest
com.azure.core.http.HttpResponse
com.azure.core.http.MatchConditions
com.azure.core.http.ProxyOptions
com.azure.core.http.ProxyOptions.Type
com.azure.core.http.RequestConditions
com.azure.core.http.policy.AddDatePolicy
com.azure.core.http.policy.AddHeadersFromContextPolicy
com.azure.core.http.policy.AddHeadersPolicy
com.azure.core.http.policy.AfterRetryPolicyProvider
com.azure.core.http.policy.AzureKeyCredentialPolicy
com.azure.core.http.policy.AzureSasCredentialPolicy
com.azure.core.http.policy.BearerTokenAuthenticationPolicy
com.azure.core.http.policy.BeforeRetryPolicyProvider
com.azure.core.http.policy.CookiePolicy
com.azure.core.http.policy.DefaultRedirectStrategy
com.azure.core.http.policy.ExponentialBackoff
com.azure.core.http.policy.ExponentialBackoffOptions
com.azure.core.http.policy.FixedDelay
com.azure.core.http.policy.FixedDelayOptions
com.azure.core.http.policy.HostPolicy
com.azure.core.http.policy.HttpLogDetailLevel
com.azure.core.http.policy.HttpLogOptions
com.azure.core.http.policy.HttpLoggingPolicy
com.azure.core.http.policy.HttpPipelinePolicy
com.azure.core.http.policy.HttpPipelineSyncPolicy
com.azure.core.http.policy.HttpPolicyProvider
com.azure.core.http.policy.HttpPolicyProviders
com.azure.core.http.policy.HttpRequestLogger
com.azure.core.http.policy.HttpRequestLoggingContext
com.azure.core.http.policy.HttpResponseLogger
com.azure.core.http.policy.HttpResponseLoggingContext
com.azure.core.http.policy.KeyCredentialPolicy
com.azure.core.http.policy.PortPolicy
com.azure.core.http.policy.ProtocolPolicy
com.azure.core.http.policy.RedirectPolicy
com.azure.core.http.policy.RedirectStrategy
com.azure.core.http.policy.RequestIdPolicy
com.azure.core.http.policy.RequestRetryCondition
com.azure.core.http.policy.RetryOptions
com.azure.core.http.policy.RetryPolicy
com.azure.core.http.policy.RetryStrategy
com.azure.core.http.policy.TimeoutPolicy
com.azure.core.http.policy.UserAgentPolicy
com.azure.core.http.policy.redirect strategy
com.azure.core.http.rest.Page
com.azure.core.http.rest.Page<T>
com.azure.core.http.rest.PagedFlux<T>
com.azure.core.http.rest.PagedFluxBase<T,P>
com.azure.core.http.rest.PagedIterable<T>
com.azure.core.http.rest.PagedIterableBase<T,P>
com.azure.core.http.rest.PagedResponse
com.azure.core.http.rest.PagedResponse<T>
com.azure.core.http.rest.PagedResponseBase<H,T>
com.azure.core.http.rest.RequestOptions
com.azure.core.http.rest.Response<T>
com.azure.core.http.rest.ResponseBase<H,T>
com.azure.core.http.rest.RestProxy
com.azure.core.http.rest.SimpleResponse<T>
com.azure.core.http.rest.StreamResponse
com.azure.core.models.AzureCloud
com.azure.core.models.CloudEvent
com.azure.core.models.CloudEventDataFormat
com.azure.core.models.GeoBoundingBox
com.azure.core.models.GeoCollection
com.azure.core.models.GeoLineString
com.azure.core.models.GeoLineStringCollection
com.azure.core.models.GeoLineStrings
com.azure.core.models.GeoLinearRing
com.azure.core.models.GeoObject
com.azure.core.models.GeoObjectType
com.azure.core.models.GeoObjects
com.azure.core.models.GeoPoint
com.azure.core.models.GeoPointCollection
com.azure.core.models.GeoPoints
com.azure.core.models.GeoPolygon
com.azure.core.models.GeoPolygonCollection
com.azure.core.models.GeoPolygons
com.azure.core.models.GeoPosition
com.azure.core.models.JsonPatchDocument
com.azure.core.models.MessageContent
com.azure.core.models.ResponseError
com.azure.core.util.AsyncCloseable
com.azure.core.util.AuthenticateChallenge
com.azure.core.util.AuthorizationChallengeHandler
com.azure.core.util.Base64Url
com.azure.core.util.Base64Util
com.azure.core.util.BinaryData
com.azure.core.util.ClientOptions
com.azure.core.util.Configuration
com.azure.core.util.ConfigurationBuilder
com.azure.core.util.ConfigurationProperty<T>
com.azure.core.util.ConfigurationPropertyBuilder<T>
com.azure.core.util.ConfigurationSource
com.azure.core.util.Context
com.azure.core.util.Contexts
com.azure.core.util.CoreUtils
com.azure.core.util.DateTimeRfc1123
com.azure.core.util.ETag
com.azure.core.util.ExpandableEnum<T>
com.azure.core.util.ExpandableStringEnum<T>
com.azure.core.util.FluxUtil
com.azure.core.util.Header
com.azure.core.util.HttpClientOptions
com.azure.core.util.IterableStream<T>
com.azure.core.util.LibraryTelemetryOptions
com.azure.core.util.MetricsOptions
com.azure.core.util.ProgressListener
com.azure.core.util.ProgressReporter
com.azure.core.util.ReferenceManager
com.azure.core.util.ServiceVersion
com.azure.core.util.SharedExecutorService
com.azure.core.util.TelemetryAttributes
com.azure.core.util.TracingOptions
com.azure.core.util.UrlBuilder
com.azure.core.util.UserAgentProperties
com.azure.core.util.UserAgentUtil
com.azure.core.util.builder.ClientBuilderUtil
com.azure.core.util.io.IOUtils
com.azure.core.util.logging.ClientLogger
com.azure.core.util.logging.LogLevel
com.azure.core.util.logging.LoggingEventBuilder
com.azure.core.util.metrics.DoubleHistogram
com.azure.core.util.metrics.LongCounter
com.azure.core.util.metrics.LongGauge
com.azure.core.util.metrics.Meter
com.azure.core.util.metrics.MeterProvider
com.azure.core.util.paging.ContinuablePage
com.azure.core.util.paging.ContinuablePage<C,T>
com.azure.core.util.paging.ContinuablePagedFlux
com.azure.core.util.paging.ContinuablePagedFlux<C,T,P>
com.azure.core.util.paging.ContinuablePagedFluxCore
com.azure.core.util.paging.ContinuablePagedFluxCore<C,T,P>
com.azure.core.util.paging.ContinuablePagedIterable<C,T,P>
com.azure.core.util.paging.PageRetriever<C,P>
com.azure.core.util.paging.PageRetrieverSync<C,P>
com.azure.core.util.polling.AsyncPollResponse<T,U>
com.azure.core.util.polling.ChainedPollingStrategy<T,U>
com.azure.core.util.polling.DefaultPollingStrategy<T,U>
com.azure.core.util.polling.LocationPollingStrategy<T,U>
com.azure.core.util.polling.LongRunningOperationStatus
com.azure.core.util.polling.OperationResourcePollingStrategy<T,U>
com.azure.core.util.polling.PollOperationDetails
com.azure.core.util.polling.PollResponse<T>
com.azure.core.util.polling.PollerFlux
com.azure.core.util.polling.PollerFlux<T,U>
com.azure.core.util.polling.PollingContext<T>
com.azure.core.util.polling.PollingStrategy<T,U>
com.azure.core.util.polling.PollingStrategyOptions
com.azure.core.util.polling.StatusCheckPollingStrategy<T,U>
com.azure.core.util.polling.SyncChainedPollingStrategy<T,U>
com.azure.core.util.polling.SyncDefaultPollingStrategy<T,U>
com.azure.core.util.polling.SyncLocationPollingStrategy<T,U>
com.azure.core.util.polling.SyncOperationResourcePollingStrategy<T,U>
com.azure.core.util.polling.SyncPoller
com.azure.core.util.polling.SyncPoller<T,U>
com.azure.core.util.polling.SyncPollingStrategy<T,U>
com.azure.core.util.polling.SyncStatusCheckPollingStrategy<T,U>
com.azure.core.util.serializer.CollectionFormat
com.azure.core.util.serializer.JacksonAdapter
com.azure.core.util.serializer.JsonSerializer
com.azure.core.util.serializer.JsonSerializerProvider
com.azure.core.util.serializer.JsonSerializerProviders
com.azure.core.util.serializer.MemberNameConverter
com.azure.core.util.serializer.MemberNameConverterProvider
com.azure.core.util.serializer.MemberNameConverterProviders
com.azure.core.util.serializer.ObjectSerializer
com.azure.core.util.serializer.SerializerAdapter
com.azure.core.util.serializer.SerializerEncoding
com.azure.core.util.serializer.TypeReference<T>
com.azure.core.util.tracing.ProcessKind
com.azure.core.util.tracing.SpanKind
com.azure.core.util.tracing.StartSpanOptions
com.azure.core.util.tracing.Tracer
com.azure.core.util.tracing.TracerProvider
com.azure.core.util.tracing.TracerProxy
com.azure.core.util.tracing.TracingLink