SmartGroup Class
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.
Set of related alerts grouped together smartly by AMS.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SmartGroup : Microsoft.Azure.Management.AlertsManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SmartGroup = class
inherit Resource
Public Class SmartGroup
Inherits Resource
- Inheritance
- Attributes
Constructors
SmartGroup() |
Initializes a new instance of the SmartGroup class. |
SmartGroup(String, String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, String) |
Initializes a new instance of the SmartGroup class. |
Properties
AlertsCount |
Gets or sets total number of alerts in smart group |
AlertSeverities |
Gets or sets summary of alertSeverities in the smart group |
AlertStates |
Gets or sets summary of alertStates in the smart group |
Id |
Gets azure resource Id (Inherited from Resource) |
LastModifiedDateTime |
Gets last updated time of smart group. Date-Time in ISO-8601 format. |
LastModifiedUserName |
Gets last modified by user name. |
MonitorConditions |
Gets or sets summary of monitorConditions in the smart group |
MonitorServices |
Gets or sets summary of monitorServices in the smart group |
Name |
Gets azure resource name (Inherited from Resource) |
NextLink |
Gets or sets the URI to fetch the next page of alerts. Call ListNext() with this URI to fetch the next page alerts. |
ResourceGroups |
Gets or sets summary of target resource groups in the smart group |
Resources |
Gets or sets summary of target resources in the smart group |
ResourceTypes |
Gets or sets summary of target resource types in the smart group |
Severity |
Gets severity of smart group is the highest(Sev0 >... > Sev4) severity of all the alerts in the group. Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' |
SmartGroupState |
Gets smart group state. Possible values include: 'New', 'Acknowledged', 'Closed' |
StartDateTime |
Gets creation time of smart group. Date-Time in ISO-8601 format. |
Type |
Gets azure resource type (Inherited from Resource) |
Applies to
Azure SDK for .NET