Compartilhar via


DataLakeStoreAccount.Tags Propriedade

 

Opcional. Obtém ou define o valor da propriedade personalizada.

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (em Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxe

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 propriedade

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

Consulte também

Classe DataLakeStoreAccount
Namespace Microsoft.Azure.Management.DataLake.Store.Models

Retornar ao topo