ApplicationsOperationsExtensions.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.
Obtient la liste des ressources d’application créées dans la ressource de cluster Service Fabric spécifiée.
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
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 créées ou en cours de création dans la ressource de cluster Service Fabric.
S’applique à
Azure SDK for .NET