IBatchRestClient Interface

 

A client for accessing the Azure Batch REST API.

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

Syntax

public interface IBatchRestClient : IDisposable
public interface class IBatchRestClient : IDisposable
type IBatchRestClient = 
    interface
        interface IDisposable
    end
Public Interface IBatchRestClient
    Inherits IDisposable

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

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.Azure.Batch.Protocol Namespace

Return to top