Partager via


DevicesOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour une ressource Data Box Edge/Gateway.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice> CreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice dataBoxEdgeDevice, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.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)

Paramètres

operations
IDevicesOperations

Groupe d’opérations pour cette méthode d’extension.

deviceName
String

Le nom de l'appareil.

dataBoxEdgeDevice
DataBoxEdgeDevice

Objet ressource.

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à