Partager via


ApplicationOperationsExtensions.List Méthode

Définition

Répertorie toutes les applications dans le compte spécifié.

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

Paramètres

operations
IApplicationOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

maxresults
Nullable<Int32>

Nombre maximal d’éléments à retourner dans la réponse.

Retours

S’applique à