Share via


ResourceUpdateParameterBase.Tags Property

 

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

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

Syntax

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)

Property Value

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

See Also

ResourceUpdateParameterBase Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top