ApplicationPackageOperationsExtensions.List Method

Definition

Lists all of the application packages in the specified application.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage> List (this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, int? maxresults = default);
static member List : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage>
<Extension()>
Public Function List (operations As IApplicationPackageOperations, resourceGroupName As String, accountName As String, applicationName As String, Optional maxresults As Nullable(Of Integer) = Nothing) As IPage(Of ApplicationPackage)

Parameters

operations
IApplicationPackageOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

applicationName
String

The name of the application. This must be unique within the account.

maxresults
Nullable<Int32>

The maximum number of items to return in the response.

Returns

Applies to