Compartilhar via


Propriedade StorageAccountUpdateParameters.ExtendedProperties

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 (em Microsoft.WindowsAzure.Management.Storage.dll)

Uso

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

value = instance.ExtendedProperties

instance.ExtendedProperties = value

Sintaxe

'Declaração
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>)

Valor da Propriedade

The collection of properties.

Comentários

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.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe StorageAccountUpdateParameters
Membros StorageAccountUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Storage.Models