MultiPromQLCriteria(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MultiPromQLCriteria.
protected MultiPromQLCriteria(string name, string query);
new Azure.ResourceManager.Monitor.Models.MultiPromQLCriteria : string * string -> Azure.ResourceManager.Monitor.Models.MultiPromQLCriteria
Protected Sub New (name As String, query As String)
Parameters
- name
- String
Name of the criteria.
- query
- String
The query used to evaluate the alert rule.
Exceptions
name or query is null.