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 | |
|---|---|---|
![]() |
Accounts | Operations for managing resources related to this specified account. |
![]() |
ApiVersion | Gets the API version. |
![]() |
Applications | Operations for managing applications. |
![]() |
BaseUri | Gets the URI used as the base for all cloud service requests. |
![]() |
Certificates | Operations for managing certificates installed onto Azure Batch compute nodes |
![]() |
ComputeNodes | Contains operations for managing compute nodes in the Batch service. |
![]() |
Credentials | Gets the credentials for authorizing to the Azure Batch API. |
![]() |
Files | Contains operations for working with files on Azure Batch compute nodes. |
![]() |
Jobs | Contains operations for managing Azure Batch jobs. |
![]() |
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. |
![]() |
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() |
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() |
Pools | Contains operations for managing Azure Batch pools. |
![]() |
Tasks | Contains operations for managing Azure Batch tasks |
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose() | (Inherited from IDisposable.) |
See Also
Microsoft.Azure.Batch.Protocol Namespace
Return to top
.jpeg)
.jpeg)