BatchRestClient.Jobs Property
Contains operations for managing Azure Batch jobs.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public virtual ICloudJobOperations Jobs { get; }
public:
property ICloudJobOperations^ Jobs {
virtual ICloudJobOperations^ get();
}
abstract Jobs : ICloudJobOperations with get
override Jobs : ICloudJobOperations with get
Public Overridable ReadOnly Property Jobs As ICloudJobOperations
Property Value
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperations
Implements
See Also
BatchRestClient Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top