Share via


StorageAccountUpdateParameters.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)

Usage

'Usage
Dim instance As StorageAccountUpdateParameters
Dim value As IDictionary(Of String, String)

value = instance.ExtendedProperties

instance.ExtendedProperties = value

Syntax

'Declaration
Public Property ExtendedProperties As IDictionary(Of String, String)
public IDictionary<string,string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_ExtendedProperties ()

/** @property */
public void set_ExtendedProperties (IDictionary<String,String> value)
public function get ExtendedProperties () : IDictionary<String,String>

public function set ExtendedProperties (value : IDictionary<String,String>)

Property Value

The collection of properties.

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageAccountUpdateParameters Class
StorageAccountUpdateParameters Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace