次の方法で共有


RuleGetResponse.Properties Property

 

Optional. The retrieved rule.

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

Syntax

public Rule Properties { get; set; }
public:
property Rule^ Properties {
    Rule^ get();
    void set(Rule^ value);
}
member Properties : Rule with get, set
Public Property Properties As Rule

Property Value

Type: Microsoft.Azure.Management.Insights.Models.Rule

See Also

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

Return to top