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

BatchClient 类

定义

用于访问 Batch 服务的 Azure Batch 帐户的客户端。

public class BatchClient : IDisposable
type BatchClient = class
    interface IDisposable
Public Class BatchClient
Implements IDisposable
继承
BatchClient
实现

属性

ApplicationOperations

获取用于 ApplicationOperations 对关联帐户执行应用程序相关操作的 。

CertificateOperations

获取用于 CertificateOperations 对关联帐户执行证书相关操作的 。

CustomBehaviors

获取或设置修改或自定义对 Batch 服务的请求的行为列表。

JobOperations

获取用于 JobOperations 对关联帐户执行与作业相关的操作的 。

JobScheduleOperations

获取用于 JobScheduleOperations 对关联帐户执行作业计划相关操作的 。

PoolOperations

获取用于 PoolOperations 对关联帐户执行与池相关的操作的 。

Utilities

获取一个 Utilities 对象,其中包含用于协调多个 Batch 操作的实用工具方法。

方法

Dispose()

释放由 BatchClient 使用的非托管资源和托管资源。

Dispose(Boolean)

释放 使用 BatchClient的非托管资源,并选择性地释放托管资源。

Open(BatchServiceClient)

阻止调用,该调用创建与指定的 BatchServiceClient关联的 实例BatchClient

Open(BatchSharedKeyCredentials)

创建 BatchClient 的实例。

Open(BatchTokenCredentials)

创建 BatchClient 的实例。

适用于