Share via


IKeyVaultDataServiceClient.UpdateManagedStorageAccount Method

Definition

public Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount UpdateManagedStorageAccount (string vaultName, string managedStorageAccountName, string activeKeyName, bool? autoRegenerateKey, TimeSpan? regenerationPeriod, Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes managedStorageAccountAttributes, System.Collections.Hashtable tags);
abstract member UpdateManagedStorageAccount : string * string * string * Nullable<bool> * Nullable<TimeSpan> * Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes * System.Collections.Hashtable -> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount
Public Function UpdateManagedStorageAccount (vaultName As String, managedStorageAccountName As String, activeKeyName As String, autoRegenerateKey As Nullable(Of Boolean), regenerationPeriod As Nullable(Of TimeSpan), managedStorageAccountAttributes As PSKeyVaultManagedStorageAccountAttributes, tags As Hashtable) As PSKeyVaultManagedStorageAccount

Parameters

vaultName
String
managedStorageAccountName
String
activeKeyName
String
autoRegenerateKey
Nullable<Boolean>
regenerationPeriod
Nullable<TimeSpan>
managedStorageAccountAttributes
PSKeyVaultManagedStorageAccountAttributes
tags
Hashtable

Returns

Applies to