StorageAccountCredentialsOperationsExtensions.BeginCreateOrUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.StorSimple8000Series.IStorageAccountCredentialsOperations operations, string storageAccountCredentialName, Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential parameters, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.StorSimple8000Series.IStorageAccountCredentialsOperations * string * Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IStorageAccountCredentialsOperations, storageAccountCredentialName As String, parameters As StorageAccountCredential, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageAccountCredential)
Parameter
- operations
- IStorageAccountCredentialsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- storageAccountCredentialName
- String
Der Anmeldeinformationsname des Speicherkontos.
- parameters
- StorageAccountCredential
Die Anmeldeinformationen für das Speicherkonto, die hinzugefügt oder aktualisiert werden sollen.
- resourceGroupName
- String
Der Name der Ressourcengruppe
- managerName
- String
Der Name des Managers
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET