次の方法で共有


IBatchServiceClient インターフェイス

定義

Azure Batch サービスに REST 要求を発行するためのクライアント。

public interface IBatchServiceClient : IDisposable
type IBatchServiceClient = interface
    interface IDisposable
Public Interface IBatchServiceClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

Account

IAccountOperations を取得します。

ApiVersion

クライアント API のバージョン。

Application

IApplicationOperations を取得します。

BatchUrl

すべてのAzure Batchサービス要求のベース URL。

Certificate

ICertificateOperations を取得します。

ComputeNode

IComputeNodeOperations を取得します。

ComputeNodeExtension

IComputeNodeExtensionOperations を取得します。

Credentials

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

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

File

IFileOperations を取得します。

GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

Job

IJobOperations を取得します。

JobSchedule

IJobScheduleOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Pool

IPoolOperations を取得します。

SerializationSettings

サービスのベース URI。

Task

ITaskOperations を取得します。

適用対象