ApplicationTypesOperationsExtensions.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 nom de type d’application managée Service Fabric.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource> GetAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource>
<Extension()>
Public Function GetAsync (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationTypeResource)
Paramètres
- operations
- IApplicationTypesOperations
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Obtenez une ressource de nom de type d’application Service Fabric créée ou en cours de création dans la ressource de cluster managé Service Fabric.
S’applique à
Azure SDK for .NET