Compartir a través de


DataLakeStoreAccount.Tags (Propiedad)

 

Opcional. Obtiene o establece el valor de propiedades personalizadas.

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

public IDictionary<string, string> Tags { get; set; }
public:
property IDictionary<String^, String^>^ Tags {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Tags : IDictionary<string, string> with get, set
Public Property Tags As IDictionary(Of String, String)

Valor de propiedad

Type: System.Collections.Generic.IDictionary<String, String>

Vea también

DataLakeStoreAccount (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio