Class HealthAlertScope
Health alert scope
[DataContract]
public class HealthAlertScope
- Inheritance
-
HealthAlertScope
- Inherited Members
Properties
Applications
Applications
[DataMember(Name = "applications")]
public List<ApplicationJson> Applications { get; set; }
Property Value
Devices
Devices
[DataMember(Name = "devices")]
public List<HealthAlertScopeDevices> Devices { get; set; }
Property Value
Peers
Peers
[DataMember(Name = "peers")]
public List<HealthAlertScopePeer> Peers { get; set; }