StorageAccountCreateParameters Class

Definition

The storage account create parameters.

public class StorageAccountCreateParameters
type StorageAccountCreateParameters = class
Public Class StorageAccountCreateParameters
Inheritance
StorageAccountCreateParameters

Constructors

StorageAccountCreateParameters()

Initializes a new instance of the StorageAccountCreateParameters class.

StorageAccountCreateParameters(String, String, Boolean, String, StorageAccountAttributes, IDictionary<String,String>)

Initializes a new instance of the StorageAccountCreateParameters class.

Properties

ActiveKeyName

Gets or sets 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.

ResourceId

Gets or sets storage account resource id.

StorageAccountAttributes

Gets or sets the attributes of the storage account.

Tags

Gets or sets application specific metadata in the form of key-value pairs.

Methods

Validate()

Validate the object.

Applies to