IKeyVaultDataServiceClient.SetManagedStorageAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- managedStorageAccountAttributes
- PSKeyVaultManagedStorageAccountAttributes
- tags
- Hashtable