次の方法で共有


BatchAIManagementClient クラス

定義

Azure BatchAI Management API。

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

コンストラクター

BatchAIManagementClient(DelegatingHandler[])

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

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

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

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

BatchAIManagementClient(Uri, DelegatingHandler[])

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

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語を取得または設定します。

ApiVersion

この要求に使用される API のバージョンを指定します。

BaseUri

サービスのベース URI。

Clusters

IClustersOperations を取得します。

Credentials

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

DeserializationSettings

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

Experiments

IExperimentsOperations を取得します。

FileServers

IFileServersOperations を取得します。

FirstMessageHandler

Azure BatchAI Management API。

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Azure BatchAI Management API。

(継承元 ServiceClient<T>)
HttpClientHandler

Azure BatchAI Management API。

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure BatchAI Management API。

(継承元 ServiceClient<T>)
Jobs

IJobsOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウトを秒単位で取得または設定します。 既定値は 30 です。

Operations

IOperations を取得します。

SerializationSettings

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

SubscriptionId

Azure のユーザーのサブスクリプション Id を指定します。

Usages

IUsagesOperations を取得します。

UserAgent

Azure BatchAI Management API。

(継承元 ServiceClient<T>)
Workspaces

IWorkspacesOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

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

Azure BatchAI Management API。

(継承元 ServiceClient<T>)

適用対象