Partager via


FhirServiceCollection Classe

Définition

Classe représentant une collection de FhirServiceResource et leurs opérations. Chacun FhirServiceResource de la collection appartient au même instance de HealthcareApisWorkspaceResource. Pour obtenir un FhirServiceCollection instance appelez la méthode GetFhirServices à partir d’un instance de HealthcareApisWorkspaceResource.

public class FhirServiceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.HealthcareApis.FhirServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
type FhirServiceCollection = class
    inherit ArmCollection
    interface seq<FhirServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<FhirServiceResource>
Public Class FhirServiceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of FhirServiceResource), IEnumerable(Of FhirServiceResource)
Héritage
FhirServiceCollection
Implémente

Constructeurs

FhirServiceCollection()

Initialise une nouvelle instance de la classe pour la FhirServiceCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, FhirServiceData, CancellationToken)

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, FhirServiceData, CancellationToken)

Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_Get d’opération
Get(String, CancellationToken)

Obtient les propriétés du service FHIR spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_Get d’opération
GetAll(CancellationToken)

Répertorie tous les services FHIR pour l’espace de travail donné

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices
  • Opération IdFhirServices_ListByWorkspace
GetAllAsync(CancellationToken)

Répertorie tous les services FHIR pour l’espace de travail donné

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices
  • Opération IdFhirServices_ListByWorkspace
GetAsync(String, CancellationToken)

Obtient les propriétés du service FHIR spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • IdFhirServices_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<FhirServiceResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<FhirServiceResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à