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

BatchServiceClient 类

用于向 Azure Batch 服务发出 REST 请求的客户端。

继承
BatchServiceClient

构造函数

BatchServiceClient(credentials, batch_url)

参数

credentials
azure_active_directory
必需

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

batch_url
str
必需

所有Azure Batch服务请求的基 URL。

变量

config
BatchServiceClientConfiguration

客户端的配置。

application
ApplicationOperations

应用程序操作

pool
PoolOperations

池操作

account
AccountOperations

帐户操作

certificate
CertificateOperations

证书操作

file
FileOperations

文件操作

job_schedule
JobScheduleOperations

JobSchedule 操作

job
JobOperations

作业操作

task
TaskOperations

任务操作

compute_node
ComputeNodeOperations

ComputeNode 操作

compute_node_extension
ComputeNodeExtensionOperations

ComputeNodeExtension 操作

方法

close

如果keep_alive为 True,请关闭客户端。

close

如果keep_alive为 True,请关闭客户端。

close() -> None