ServiceFabricManagedApplicationTypeCollection.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.
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.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
- IdApplicationTypes_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>> GetAsync (string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>>
Public Overridable Function GetAsync (applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedApplicationTypeResource))
Paramètres
- applicationTypeName
- String
Nom de la ressource de nom du type d’application.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
applicationTypeName
est une chaîne vide et devait être non vide.
applicationTypeName
a la valeur null.
S’applique à
Azure SDK for .NET