Freigeben über


StorageAccountCredentialsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert die Anmeldeinformationen des Speicherkontos.

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

Parameter

operations
IStorageAccountCredentialsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Den Gerätenamen.

name
String

Der Anmeldeinformationsname des Speicherkontos.

storageAccountCredential
StorageAccountCredential

Die Anmeldeinformationen des Speicherkontos.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: