次の方法で共有


RuleGetResponse.Tags Property

 

Optional. The tags of the rule.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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<StringString>

See Also

RuleGetResponse Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top