Share via


IKeyVaultDataServiceClient.SetManagedStorageAccount Method

Definition

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

Returns

Applies to