BatchManagementClient.Account Property

 

Gets the IAccountOperations.

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

Syntax

public virtual IAccountOperations Account { get; private set; }
public:
property IAccountOperations^ Account {
    virtual IAccountOperations^ get();
    private: virtual void set(IAccountOperations^ value);
}
abstract Account : IAccountOperations with get, private set
override Account : IAccountOperations with get, private set
Public Overridable Property Account As IAccountOperations
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Azure.Management.Batch.IAccountOperations

Implements

IBatchManagementClient.Account

See Also

BatchManagementClient Class
Microsoft.Azure.Management.Batch Namespace

Return to top