WorkspacesOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Arbeitsbereichsressource mit den angegebenen Parametern.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.Workspace> CreateOrUpdateAsync (this Microsoft.Azure.Management.HealthcareApis.IWorkspacesOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.Workspace workspace, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.HealthcareApis.IWorkspacesOperations * string * string * Microsoft.Azure.Management.HealthcareApis.Models.Workspace * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.Workspace>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String, workspace As Workspace, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Workspace)
Parameter
- operations
- IWorkspacesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die den Dienst instance enthält.
- workspaceName
- String
Der Name der Arbeitsbereichsressource.
- workspace
- Workspace
Die Parameter zum Erstellen oder Aktualisieren eines Arbeitsbereichs im Gesundheitswesen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET