Freigeben über


ContainersOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt einen neuen Container oder aktualisiert einen vorhandenen Container auf dem Gerät.

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

Parameter

operations
IContainersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Den Gerätenamen.

storageAccountName
String

Der Name des Speicherkontos

containerName
String

Der Containername

container
Container

Die Containereigenschaften.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: