你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Azure.Batch.Protocol 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类
AccountOperationsExtensions |
AccountOperations 的扩展方法。 |
ApplicationOperationsExtensions |
ApplicationOperations 的扩展方法。 |
BatchRequest<TOptions,TResponse> |
表示对 Batch 服务 REST API 不带请求正文的特定调用所需的信息。 |
BatchRequest<TBody,TOptions,TResponse> |
表示使用 Batch 服务 REST API 类型的 |
BatchRequestBase<TOptions,TResponse> |
所有 Batch 服务请求的基类。 表示对 Batch 服务 REST API 不带请求正文的特定调用所需的信息。 |
BatchServiceClient |
用于向 Azure Batch 服务发出 REST 请求的客户端。 |
BatchSharedKeyCredential |
Azure Batch帐户的共享密钥凭据。 |
BatchTokenProvider | |
CertificateOperationsExtensions |
CertificateOperations 的扩展方法。 |
ComputeNodeExtensionOperationsExtensions |
ComputeNodeExtensionOperations 的扩展方法。 |
ComputeNodeOperationsExtensions |
ComputeNodeOperations 的扩展方法。 |
FileOperationsExtensions |
FileOperations 的扩展方法。 |
JobOperationsExtensions |
JobOperations 的扩展方法。 |
JobScheduleOperationsExtensions |
JobScheduleOperations 的扩展方法。 |
PoolOperationsExtensions |
PoolOperations 的扩展方法。 |
RequestInterceptor |
此类使侦听器能够检查、修改或忽略 IBatchRequest。 |
RequestReplacementInterceptor |
派生类可以检查、替换或修改 BatchRequest。 |
ResponseInterceptor |
一个 BatchClientBehavior,用于检查和修改 BatchResponse。 |
TaskOperationsExtensions |
TaskOperations 的扩展方法。 |
接口
IAccountOperations |
AccountOperations 操作。 |
IApplicationOperations |
ApplicationOperations 操作。 |
IBatchRequest |
表示对 Batch 服务的请求。 |
IBatchRequest<TResponse> |
表示对具有特定响应类型的 Batch 服务的请求。 |
IBatchServiceClient |
用于向 Azure Batch 服务发出 REST 请求的客户端。 |
ICertificateOperations |
CertificateOperations 操作。 |
IComputeNodeExtensionOperations |
ComputeNodeExtensionOperations 操作。 |
IComputeNodeOperations |
ComputeNodeOperations 操作。 |
IFileOperations |
FileOperations 操作。 |
IJobOperations |
JobOperations 操作。 |
IJobScheduleOperations |
JobScheduleOperations 操作。 |
IPoolOperations |
PoolOperations 操作。 |
ITaskOperations |
TaskOperations 操作。 |
枚举
LogLevel |
指定要将哪些消息输出到日志。 |
委托
BatchRequestModificationInterceptHandler |
表示一种方法,该方法截获对 Batch 服务的请求以修改参数。 |
BatchRequestReplacementInterceptHandler |
表示一种方法,该方法截获对 Batch 服务的请求,以替换参数和/或操作上下文。 |
ResponseInterceptor.BatchResponseInterceptHandler |
可以检查和修改 BatchResponse 的回调。 |