你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IBatchServiceClient 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于向 Azure Batch 服务发出 REST 请求的客户端。
public interface IBatchServiceClient : IDisposable
type IBatchServiceClient = interface
interface IDisposable
Public Interface IBatchServiceClient
Implements IDisposable
- 派生
- 实现
属性
AcceptLanguage |
响应的首选语言。 |
Account |
获取 IAccountOperations。 |
ApiVersion |
客户端 API 版本。 |
Application |
获取 IApplicationOperations。 |
BatchUrl |
所有Azure Batch服务请求的基 URL。 |
Certificate |
获取 ICertificateOperations。 |
ComputeNode |
获取 IComputeNodeOperations。 |
ComputeNodeExtension |
获取 IComputeNodeExtensionOperations。 |
Credentials |
客户端连接到 Azure 所需的凭据。 |
DeserializationSettings |
获取或设置 json 反序列化设置。 |
File |
获取 IFileOperations。 |
GenerateClientRequestId |
是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。 |
Job |
获取 IJobOperations。 |
JobSchedule |
获取 IJobScheduleOperations。 |
LongRunningOperationRetryTimeout |
长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。 |
Pool |
获取 IPoolOperations。 |
SerializationSettings |
服务的基 URI。 |
Task |
获取 ITaskOperations。 |