StorageAccountCreateParameters.ExtendedProperties Property

 

Gets or sets a collection of properties that are added to the storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Public Property ExtendedProperties As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary(Of String, String)

The collection of properties.

Each property must have a name and value. You can add a maximum of 25 properties. The maximum length of the name is 64 alphanumeric and underscore characters, and the name must start with a letter.

Return to top
Show: