BatchAIManagementClient Class

Definition

The 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
Inheritance
BatchAIManagementClient
Implements

Constructors

BatchAIManagementClient(DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the BatchAIManagementClient class.

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

Initializes a new instance of the BatchAIManagementClient class.

Properties

AcceptLanguage

Gets or sets the preferred language for the response.

ApiVersion

Specifies the version of API used for this request.

BaseUri

The base URI of the service.

Clusters

Gets the IClustersOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

Experiments

Gets the IExperimentsOperations.

FileServers

Gets the IFileServersOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Jobs

Gets the IJobsOperations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The subscriptionID for the Azure user.

Usages

Gets the IUsagesOperations.

UserAgent (Inherited from ServiceClient<T>)
Workspaces

Gets the IWorkspacesOperations.

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to