Share via


ApplicationOperationsExtensions.List Method

Definition

Lists all of the applications available in the specified Account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary> List (this Microsoft.Azure.Batch.Protocol.IApplicationOperations operations, Microsoft.Azure.Batch.Protocol.Models.ApplicationListOptions applicationListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IApplicationOperations * Microsoft.Azure.Batch.Protocol.Models.ApplicationListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary>
<Extension()>
Public Function List (operations As IApplicationOperations, Optional applicationListOptions As ApplicationListOptions = Nothing) As IPage(Of ApplicationSummary)

Parameters

operations
IApplicationOperations

The operations group for this extension method.

applicationListOptions
ApplicationListOptions

Additional parameters for the operation

Returns

Remarks

This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API.

Applies to