Freigeben über


ApplicationsOperationsExtensions.List Methode

Definition

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

public static Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResourceList List (this Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations operations, string resourceGroupName, string clusterName);
static member List : Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResourceList
<Extension()>
Public Function List (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String) As ApplicationResourceList

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

Gibt zurück

Hinweise

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

Gilt für: