你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchManagementClient 类

定义

Batch 客户端

public class BatchManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Batch.BatchManagementClient>, IDisposable, Microsoft.Azure.Management.Batch.IBatchManagementClient, Microsoft.Rest.Azure.IAzureClient
type BatchManagementClient = class
    inherit ServiceClient<BatchManagementClient>
    interface IBatchManagementClient
    interface IDisposable
    interface IAzureClient
Public Class BatchManagementClient
Inherits ServiceClient(Of BatchManagementClient)
Implements IAzureClient, IBatchManagementClient, IDisposable
继承
BatchManagementClient
实现

构造函数

BatchManagementClient(DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(HttpClient, Boolean)

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(Uri, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

BatchManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 BatchManagementClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

要与 HTTP 请求一起使用的 API 版本。

Application

获取 IApplicationOperations。

ApplicationPackage

获取 IApplicationPackageOperations。

BaseUri

服务的基 URI。

BatchAccount

获取 IBatchAccountOperations。

Certificate

获取 ICertificateOperations。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

FirstMessageHandler

Batch 客户端

(继承自 ServiceClient<T>)
GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HttpClient

Batch 客户端

(继承自 ServiceClient<T>)
HttpClientHandler

Batch 客户端

(继承自 ServiceClient<T>)
HttpMessageHandlers

Batch 客户端

(继承自 ServiceClient<T>)
Location

获取 ILocationOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

Pool

获取 IPoolOperations。

PrivateEndpointConnection

获取 IPrivateEndpointConnectionOperations。

PrivateLinkResource

获取 IPrivateLinkResourceOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

Azure 订阅 ID。 这是 GUID 格式的字符串 (例如 00000000-0000-0000-0000-0000-0000000000000)

UserAgent

Batch 客户端

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Batch 客户端

(继承自 ServiceClient<T>)
Dispose()

Batch 客户端

(继承自 ServiceClient<T>)
Dispose(Boolean)

Batch 客户端

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Batch 客户端

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Batch 客户端

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Batch 客户端

(继承自 ServiceClient<T>)
SetUserAgent(String)

Batch 客户端

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

Batch 客户端

(继承自 ServiceClient<T>)

适用于