BatchAIManagementClient 類別

定義

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

(繼承來源 ServiceClient<T>)
GenerateClientRequestId

當設定為 true 時,會產生唯一的 x-ms-client-request-id 值,並包含在每個要求中。 預設值為 true。

HttpClient

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
HttpClientHandler

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
HttpMessageHandlers

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
Jobs

取得 IJobsOperations。

LongRunningOperationRetryTimeout

取得或設定長時間執行作業的重試逾時,以秒為單位。 預設值為 30。

Operations

取得 IOperations。

SerializationSettings

取得或設定 json 序列化設定。

SubscriptionId

Azure 使用者的訂用帳戶 ID。

Usages

取得 IUsagesOperations。

UserAgent

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
Workspaces

取得 IWorkspacesOperations。

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
Dispose()

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
Dispose(Boolean)

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
SetUserAgent(String)

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)
SetUserAgent(String, String)

Azure BatchAI 管理 API。

(繼承來源 ServiceClient<T>)

擴充方法

GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

取得長時間執行作業的作業結果。

GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

取得長時間執行作業的作業結果。

GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

取得長時間執行作業的作業結果。

GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

取得長時間執行作業的作業結果。

GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

取得 DELETE 和 POST 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

取得 DELETE 和 POST 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

取得 DELETE 和 POST 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

取得 DELETE 和 POST 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

取得 PUT 和 PATCH 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

取得 PUT 和 PATCH 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

取得 PUT 和 PATCH 作業的作業結果。 (已被取代,請使用 GetLongRunningOperationResultAsync)

適用於