ApplicationTypeVersionsOperationsExtensions.GetAsync 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 une ressource de version de type d’application Service Fabric.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionResource> GetAsync (this Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, string version, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.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 Service Fabric créée ou en cours de création dans la ressource de nom de type d’application Service Fabric.
S’applique à
Azure SDK for .NET