ServiceFabricApplicationTypeCollection.GetAsync Méthode
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 Service Fabric.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
- IdApplicationTypes_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>> GetAsync (string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>>
Public Overridable Function GetAsync (applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricApplicationTypeResource))
- applicationTypeName
- String
Nom de la ressource de nom du type d’application.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
applicationTypeName
est une chaîne vide et devait être non vide.
applicationTypeName
a la valeur null.
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :