ServiceFabricApplicationResource.GetServiceFabricServiceAsync 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 service Service Fabric créée ou en cours de création dans la ressource d’application Service Fabric.
- Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
- IdServices_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource>> GetServiceFabricServiceAsync (string serviceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceFabricServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource>>
override this.GetServiceFabricServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource>>
Public Overridable Function GetServiceFabricServiceAsync (serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricServiceResource))
Paramètres
- serviceName
- String
Nom de la ressource de service au format {applicationName}~{serviceName}.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
serviceName
est une chaîne vide et devait être non vide.
serviceName
a la valeur null.