Delen via


ApplicationPackageOperationsExtensions.List Methode

Definitie

Een lijst met alle toepassingspakketten in de opgegeven toepassing.

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

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

applicationName
String

De naam van de toepassing. Dit moet uniek zijn binnen het account.

maxresults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd.

Retouren

Van toepassing op