RuleCreateOrUpdateParameters.Properties Property
Optional. The rule to create or update.
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
RuleCreateOrUpdateParameters Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top