次の方法で共有


RuleGetResponse.Name Property

 

Optional. The name of the rule.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

See Also

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

Return to top