StorageAccountCredentialsOperationsExtensions.BeginCreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert die Anmeldeinformationen für das Speicherkonto.
public static Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IStorageAccountCredentialsOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential storageAccountCredential, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IStorageAccountCredentialsOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential * string -> Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential
<Extension()>
Public Function BeginCreateOrUpdate (operations As IStorageAccountCredentialsOperations, deviceName As String, name As String, storageAccountCredential As StorageAccountCredential, resourceGroupName As String) As 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.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET