次の方法で共有


IBatchAIManagementClient インターフェイス

定義

Azure BatchAI Management API。

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

プロパティ

AcceptLanguage

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

ApiVersion

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

BaseUri

サービスのベース URI。

Clusters

IClustersOperations を取得します。

Credentials

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

DeserializationSettings

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

Experiments

IExperimentsOperations を取得します。

FileServers

IFileServersOperations を取得します。

GenerateClientRequestId

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

Jobs

IJobsOperations を取得します。

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

SerializationSettings

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

SubscriptionId

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

Usages

IUsagesOperations を取得します。

Workspaces

IWorkspacesOperations を取得します。

適用対象