BatchServiceClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
拡張メソッド
適用対象
Azure SDK for .NET