RuleCreateOrUpdateParameters.Rule Property
Optional. The rule to create or update.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public Rule Rule { get; set; }
public:
property Rule^ Rule {
Rule^ get();
void set(Rule^ value);
}
member Rule : Rule with get, set
Public Property Rule As Rule
Property Value
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Rule
See Also
RuleCreateOrUpdateParameters Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top