Partager via


StorageAccountCredentialsOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Crée ou met à jour les informations d’identification du compte de stockage.

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)

Paramètres

operations
IStorageAccountCredentialsOperations

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

storageAccountCredentialName
String

Nom des informations d’identification du compte de stockage.

parameters
StorageAccountCredential

Informations d’identification du compte de stockage à ajouter ou à mettre à jour.

resourceGroupName
String

Nom du groupe de ressources

managerName
String

Nom du responsable

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à