Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the MonitoringTagRules class.
 /// </summary>
 /// <param name="name">Name of the rule set.</param>
 /// <param name="id">The id of the rule set.</param>
 /// <param name="type">The type of the rule set.</param>
 public MonitoringTagRules(string name = default(string), string id = default(string), string type = default(string), MonitoringTagRulesProperties properties = default(MonitoringTagRulesProperties))
 {
     Name       = name;
     Id         = id;
     Type       = type;
     Properties = properties;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the MonitoringTagRules class.
 /// </summary>
 /// <param name="name">Name of the rule set.</param>
 /// <param name="id">The id of the rule set.</param>
 /// <param name="type">The type of the rule set.</param>
 public MonitoringTagRules(string name = default(string), string id = default(string), string type = default(string), MonitoringTagRulesProperties properties = default(MonitoringTagRulesProperties), SystemData systemData = default(SystemData))
 {
     Name       = name;
     Id         = id;
     Type       = type;
     Properties = properties;
     SystemData = systemData;
     CustomInit();
 }