IaasCluster.UserTags Property

A generic key value properties bag for passing additional adhoc information. Examples of adhoc information can be following - User specified tags

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property UserTags As IDictionary(Of String, String)
    Get 
    Set
'Usage
Dim instance As IaasCluster 
Dim value As IDictionary(Of String, String)

value = instance.UserTags

instance.UserTags = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IDictionary<string, string> UserTags { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IDictionary<String^, String^>^ UserTags {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member UserTags : IDictionary<string, string> with get, set
function get UserTags () : IDictionary<String, String>
function set UserTags (value : IDictionary<String, String>)

Property Value

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

See Also

Reference

IaasCluster Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace