StorageAccountUpdateParameters Class

Definition

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.

Applies to