Partager via


ApplicationsOperationsExtensions.List Méthode

Définition

Obtient la liste des ressources d’application managées créées dans la ressource de cluster Service Fabric spécifiée.

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

Paramètres

operations
IApplicationsOperations

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

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom de la ressource de cluster.

Retours

Remarques

Obtient toutes les ressources d’application managées créées ou en cours de création dans la ressource de cluster Service Fabric.

S’applique à