HealthcareApisWorkspaceResource.GetFhirService 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 les propriétés du service FHIR spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
- IdFhirServices_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource> GetFhirService (string fhirServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFhirService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
override this.GetFhirService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
Public Overridable Function GetFhirService (fhirServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of FhirServiceResource)
Paramètres
- fhirServiceName
- String
Nom de la ressource de service FHIR.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
fhirServiceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
fhirServiceName
a la valeur null.