Partager via


ApplicationTypeVersionsOperationsExtensions.GetAsync Méthode

Définition

Obtient une ressource de version de type d’application managée Service Fabric.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionResource> GetAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypeVersionsOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, string version, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypeVersionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionResource>
<Extension()>
Public Function GetAsync (operations As IApplicationTypeVersionsOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationTypeVersionResource)

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.

version
String

Version du type d’application.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez une ressource de version de type d’application managée Service Fabric créée ou en cours de création dans la ressource de nom de type d’application managée Service Fabric.

S’applique à