共用方式為


IBatchAIManagementClient 介面

定義

Azure BatchAI 管理 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。

適用於