FhirServicesOperationsExtensions.CreateOrUpdateAsync 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.
Crée ou met à jour une ressource de service FHIR avec les paramètres spécifiés.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService> CreateOrUpdateAsync (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName, string fhirServiceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirService fhirservice, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirService * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IFhirServicesOperations, resourceGroupName As String, workspaceName As String, fhirServiceName As String, fhirservice As FhirService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FhirService)
Paramètres
- operations
- IFhirServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient le service instance.
- workspaceName
- String
Nom de la ressource d’espace de travail.
- fhirServiceName
- String
Nom de la ressource de service FHIR.
- fhirservice
- FhirService
Paramètres de création ou de mise à jour d’une ressource Fhir Service.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET