Freigeben über


ApplicationOperationsExtensions.List Methode

Definition

Listet alle Anwendungen auf, die im angegebenen Konto verfügbar sind.

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)

Parameter

operations
IApplicationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationListOptions
ApplicationListOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Hinweise

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. das heißt, dass in einem Paketverweis verwendet werden kann. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie die Azure-Portal oder die Azure Resource Manager-API.

Gilt für: