HealthcareApisWorkspaceResource.GetFhirServiceAsync Método

Definição

Obtém as propriedades do serviço FHIR especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • Operação IdFhirServices_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>> GetFhirServiceAsync (string fhirServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFhirServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>>
override this.GetFhirServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>>
Public Overridable Function GetFhirServiceAsync (fhirServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FhirServiceResource))

Parâmetros

fhirServiceName
String

O nome do recurso de Serviço FHIR.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

fhirServiceName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

fhirServiceName é nulo.

Aplica-se a