Partager via


ApplicationTypeVersionsOperationsExtensions.List Méthode

Définition

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

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

Paramètres

operations
IApplicationTypeVersionsOperations

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.

applicationTypeName
String

Nom de la ressource de nom du type d’application.

Retours

Remarques

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

S’applique à