StorageAccountUpdateParameters Constructors
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.
Overloads
StorageAccountUpdateParameters() |
Initializes a new instance of the StorageAccountUpdateParameters class. |
StorageAccountUpdateParameters(String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>) |
Initializes a new instance of the StorageAccountUpdateParameters class. |
StorageAccountUpdateParameters()
Initializes a new instance of the StorageAccountUpdateParameters class.
public StorageAccountUpdateParameters ();
Public Sub New ()
Applies to
StorageAccountUpdateParameters(String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>)
Initializes a new instance of the StorageAccountUpdateParameters class.
public StorageAccountUpdateParameters (string activeKeyName = default, bool? autoRegenerateKey = default, string regenerationPeriod = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes storageAccountAttributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.StorageAccountUpdateParameters : string * Nullable<bool> * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.StorageAccountUpdateParameters
Public Sub New (Optional activeKeyName As String = Nothing, Optional autoRegenerateKey As Nullable(Of Boolean) = Nothing, Optional regenerationPeriod As String = Nothing, Optional storageAccountAttributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- activeKeyName
- String
The current active storage account key name.
whether keyvault should manage the storage account for the user.
- regenerationPeriod
- String
The key regeneration time duration specified in ISO-8601 format.
- storageAccountAttributes
- StorageAccountAttributes
The attributes of the storage account.
- tags
- IDictionary<String,String>
Application specific metadata in the form of key-value pairs.
Applies to
Azure SDK for .NET