Freigeben über


ApplicationsOperationsExtensions.ListAsync Methode

Definition

Ruft die Liste der Anwendungsressourcen ab, die in der angegebenen Service Fabric-Clusterressource erstellt wurden.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResourceList> ListAsync(this Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResourceList>
<Extension()>
Public Function ListAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationResourceList)

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft alle Anwendungsressourcen ab, die in der Service Fabric-Clusterressource erstellt oder erstellt werden.

Gilt für: