Freigeben über


IotConnectorsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine IoT Connector Ressource mit den angegebenen Parametern.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector> CreateOrUpdateAsync (this Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations operations, string resourceGroupName, string workspaceName, string iotConnectorName, Microsoft.Azure.Management.HealthcareApis.Models.IotConnector iotConnector, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.IotConnector * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIotConnectorsOperations, resourceGroupName As String, workspaceName As String, iotConnectorName As String, iotConnector As IotConnector, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IotConnector)

Parameter

operations
IIotConnectorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Dienst instance enthält.

workspaceName
String

Der Name der Arbeitsbereichsressource.

iotConnectorName
String

Der Name IoT Connector Ressource.

iotConnector
IotConnector

Die Parameter zum Erstellen oder Aktualisieren einer IoT Connectors-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: