Compartilhar via


Propriedade ResourceBase.Tags

Optional. Gets or sets the tags attached to the resource.

Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Uso

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

value = instance.Tags

instance.Tags = value

Sintaxe

'Declaração
Public Property Tags As IDictionary(Of String, String)
public IDictionary<string,string> Tags { get; set; }
public:
property IDictionary<String^, String^>^ Tags {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Tags ()

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

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

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 ResourceBase
Membros ResourceBase
Namespace Microsoft.WindowsAzure.Management.Automation.Models