次の方法で共有


BatchManagementClient クラス

Batch クライアント。

継承
builtins.object
BatchManagementClient

コンストラクター

BatchManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

パラメーター

credential
TokenCredential
必須

クライアントが Azure に接続するために必要な資格情報。 必須。

subscription_id
str
必須

Azure サブスクリプション ID。 これは GUID 形式の文字列です (例: 000000000-0000-0000-0000-00000000000000)。 必須。

base_url
str
既定値: https://management.azure.com

サービス URL。 既定値は "https://management.azure.com" です。

api_version
str

API バージョン。 既定値は "2023-11-01" です。 この既定値をオーバーライドすると、サポートされていない動作が発生する可能性があることに注意してください。

polling_interval
int

Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。

変数

batch_account
BatchAccountOperations

BatchAccountOperations 操作

application_package
ApplicationPackageOperations

ApplicationPackageOperations 操作

application
ApplicationOperations

ApplicationOperations 操作

location
LocationOperations

LocationOperations 操作

operations
Operations

操作操作

certificate
CertificateOperations

CertificateOperations 操作

private_link_resource
PrivateLinkResourceOperations

PrivateLinkResourceOperations 操作

private_endpoint_connection
PrivateEndpointConnectionOperations

PrivateEndpointConnectionOperations 操作

pool
PoolOperations

PoolOperations 操作

メソッド

close

close

close() -> None