你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 用户的 subscriptionID。

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>)

适用于