次の方法で共有


BatchServiceClient クラス

定義

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

public class BatchServiceClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Batch.Protocol.BatchServiceClient>, IDisposable, Microsoft.Azure.Batch.Protocol.IBatchServiceClient, Microsoft.Rest.Azure.IAzureClient
type BatchServiceClient = class
    inherit ServiceClient<BatchServiceClient>
    interface IBatchServiceClient
    interface IDisposable
    interface IAzureClient
Public Class BatchServiceClient
Inherits ServiceClient(Of BatchServiceClient)
Implements IAzureClient, IBatchServiceClient, IDisposable
継承
実装

コンストラクター

BatchServiceClient()

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

BatchServiceClient(DelegatingHandler[])

BatchServiceClient クラスの新しいインスタンスを初期化します。

BatchServiceClient(HttpClient, Boolean)

BatchServiceClient クラスの新しいインスタンスを初期化します。

BatchServiceClient(HttpClientHandler, DelegatingHandler[])

BatchServiceClient クラスの新しいインスタンスを初期化します。

BatchServiceClient(ServiceClientCredentials, DelegatingHandler[])

BatchServiceClient クラスの新しいインスタンスを初期化します。

BatchServiceClient(ServiceClientCredentials, HttpClient, Boolean)

BatchServiceClient クラスの新しいインスタンスを初期化します。

BatchServiceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

BatchServiceClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

Account

IAccountOperations を取得します。

ApiVersion

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

Application

IApplicationOperations を取得します。

BatchUrl

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

Certificate

ICertificateOperations を取得します。

ComputeNode

IComputeNodeOperations を取得します。

ComputeNodeExtension

IComputeNodeExtensionOperations を取得します。

Credentials

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

DeserializationSettings

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

File

IFileOperations を取得します。

FirstMessageHandler

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

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

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

(継承元 ServiceClient<T>)
HttpClientHandler

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

(継承元 ServiceClient<T>)
HttpMessageHandlers

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

(継承元 ServiceClient<T>)
Job

IJobOperations を取得します。

JobSchedule

IJobScheduleOperations を取得します。

LongRunningOperationRetryTimeout

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

Pool

IPoolOperations を取得します。

SerializationSettings

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

Task

ITaskOperations を取得します。

UserAgent

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

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

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

(継承元 ServiceClient<T>)
Dispose()

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

(継承元 ServiceClient<T>)
Dispose(Boolean)

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

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

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

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

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

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

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

(継承元 ServiceClient<T>)
SetUserAgent(String)

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

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

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

(継承元 ServiceClient<T>)

拡張メソッド

GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

実行時間の長い操作の操作結果を取得します。

GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

実行時間の長い操作の操作結果を取得します。

GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

実行時間の長い操作の操作結果を取得します。

GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

実行時間の長い操作の操作結果を取得します。

GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

DELETE 操作と POST 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

DELETE 操作と POST 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

DELETE 操作と POST 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

DELETE 操作と POST 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

PUT 操作と PATCH 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

PUT 操作と PATCH 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

PUT 操作と PATCH 操作の操作結果を取得します。 (非推奨、GetLongRunningOperationResultAsync を使用してください)

適用対象