次の方法で共有


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