BatchManagementClient.Applications Property

 

Operations for managing applications.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Management.Batch.IApplicationOperations

Implements

IBatchManagementClient.Applications

See Also

BatchManagementClient Class
Microsoft.Azure.Management.Batch Namespace

Return to top