IBatchRestClient.Accounts Property
Operations for managing resources related to this specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
IAccountOperations Accounts { get; }
property IAccountOperations^ Accounts {
IAccountOperations^ get();
}
abstract Accounts : IAccountOperations with get
ReadOnly Property Accounts As IAccountOperations
Property Value
Type: Microsoft.Azure.Batch.Protocol.IAccountOperations
See Also
IBatchRestClient Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top