Partager via


ApplicationTypeVersionsOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionResourceList> ListAsync (this Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionResourceList>
<Extension()>
Public Function ListAsync (operations As IApplicationTypeVersionsOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 de type d’application.

cancellationToken
CancellationToken

Jeton d'annulation.

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 à