StorageAccountUpdateParameters Class
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.
The storage account update parameters.
public class StorageAccountUpdateParameters
type StorageAccountUpdateParameters = class
Public Class StorageAccountUpdateParameters
- Inheritance
-
StorageAccountUpdateParameters
Constructors
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. |
Properties
ActiveKeyName |
Gets or sets the current active storage account key name. |
AutoRegenerateKey |
Gets or sets whether keyvault should manage the storage account for the user. |
RegenerationPeriod |
Gets or sets the key regeneration time duration specified in ISO-8601 format. |
StorageAccountAttributes |
Gets or sets the attributes of the storage account. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |