Freigeben über


DevicesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Data Box Edge/Data Box Gateway-Ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice> CreateOrUpdateAsync(this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice dataBoxEdgeDevice, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDevicesOperations, deviceName As String, dataBoxEdgeDevice As DataBoxEdgeDevice, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataBoxEdgeDevice)

Parameter

operations
IDevicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Den Gerätenamen.

dataBoxEdgeDevice
DataBoxEdgeDevice

Das Ressourcenobjekt.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: