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

public virtual IAccountOperations Accounts { get; }
public:
property IAccountOperations^ Accounts {
    virtual IAccountOperations^ get();
}
abstract Accounts : IAccountOperations with get
override Accounts : IAccountOperations with get
Public Overridable ReadOnly Property Accounts As IAccountOperations

Property Value

Type: Microsoft.Azure.Batch.Protocol.IAccountOperations

Implements

IBatchRestClient.Accounts

See Also

BatchRestClient Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top