BatchManagementClient クラス

定義

Batch クライアント

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

コンストラクター

BatchManagementClient(DelegatingHandler[])

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

BatchManagementClient(HttpClient, Boolean)

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

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

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

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

BatchManagementClient(Uri, DelegatingHandler[])

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

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

BatchManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

HTTP 要求で使用される API バージョン。

Application

IApplicationOperations を取得します。

ApplicationPackage

IApplicationPackageOperations を取得します。

BaseUri

サービスのベース URI。

BatchAccount

IBatchAccountOperations を取得します。

Certificate

ICertificateOperations を取得します。

Credentials

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

DeserializationSettings

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

FirstMessageHandler

Batch クライアント

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Batch クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Batch クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Batch クライアント

(継承元 ServiceClient<T>)
Location

ILocationOperations を取得します。

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

Pool

IPoolOperations を取得します。

PrivateEndpointConnection

IPrivateEndpointConnectionOperations を取得します。

PrivateLinkResource

IPrivateLinkResourceOperations を取得します。

SerializationSettings

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

SubscriptionId

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

UserAgent

Batch クライアント

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Batch クライアント

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

Batch クライアント

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

Batch クライアント

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

Batch クライアント

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

Batch クライアント

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

Batch クライアント

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

Batch クライアント

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

Batch クライアント

(継承元 ServiceClient<T>)

適用対象