BatchRestClient Class

 

A client for accessing the Azure Batch REST API.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.Azure.Batch.Protocol.BatchRestClient

Syntax

public class BatchRestClient : ServiceClient<BatchRestClient>, 
    IBatchRestClient, IDisposable
public ref class BatchRestClient : ServiceClient<BatchRestClient^>, 
    IBatchRestClient, IDisposable
type BatchRestClient = 
    class
        inherit ServiceClient<BatchRestClient>
        interface IBatchRestClient
        interface IDisposable
    end
Public Class BatchRestClient
    Inherits ServiceClient(Of BatchRestClient)
    Implements IBatchRestClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod BatchRestClient()

Initializes a new instance of the BatchRestClient class.

System_CAPS_pubmethod BatchRestClient(BatchCredentials)

Initializes a new instance of the BatchRestClient class.

System_CAPS_pubmethod BatchRestClient(BatchCredentials, HttpClient)

Initializes a new instance of the BatchRestClient class.

System_CAPS_pubmethod BatchRestClient(BatchCredentials, Uri)

Initializes a new instance of the BatchRestClient class.

System_CAPS_pubmethod BatchRestClient(BatchCredentials, Uri, HttpClient)

Initializes a new instance of the BatchRestClient class.

System_CAPS_pubmethod BatchRestClient(HttpClient)

Initializes a new instance of the BatchRestClient class.

Properties

Name Description
System_CAPS_pubproperty Accounts

Operations for managing resources related to this specified account.

System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty Applications

Operations for managing applications.

System_CAPS_pubproperty BaseUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubproperty Certificates

Operations for managing certificates installed onto Azure Batch compute nodes

System_CAPS_pubproperty ComputeNodes

Contains operations for managing compute nodes in the Batch service.

System_CAPS_pubproperty Credentials

Gets the credentials for authorizing to the Azure Batch API.

System_CAPS_pubproperty Files

Contains operations for working with files on Azure Batch compute nodes.

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Jobs

Contains operations for managing Azure Batch jobs.

System_CAPS_pubproperty JobSchedules

Operations for managing Azure Batch job schedules. A job schedule specifies when to run jobs, and includes a specification that is used to create each job.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty Pools

Contains operations for managing Azure Batch pools.

System_CAPS_pubproperty Tasks

Contains operations for managing Azure Batch tasks

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<BatchRestClient>)

Clones properties from current instance to another BatchRestClient instance (Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol Namespace

Return to top