ApplicationOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET