SmartGroupData 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.
A class representing the SmartGroup data model. Set of related alerts grouped together smartly by AMS.
public class SmartGroupData : Azure.ResourceManager.Models.ResourceData
type SmartGroupData = class
inherit ResourceData
Public Class SmartGroupData
Inherits ResourceData
- Inheritance
Constructors
SmartGroupData() |
Initializes a new instance of SmartGroupData. |
Properties
AlertsCount |
Total number of alerts in smart group. |
AlertSeverities |
Summary of alertSeverities in the smart group. |
AlertStates |
Summary of alertStates in the smart group. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastModifiedBy |
Last modified by user name. |
LastModifiedOn |
Last updated time of smart group. Date-Time in ISO-8601 format. |
MonitorConditions |
Summary of monitorConditions in the smart group. |
MonitorServices |
Summary of monitorServices in the smart group. |
Name |
The name of the resource. (Inherited from ResourceData) |
NextLink |
The URI to fetch the next page of alerts. Call ListNext() with this URI to fetch the next page alerts. |
ResourceGroups |
Summary of target resource groups in the smart group. |
Resources |
Summary of target resources in the smart group. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ResourceTypes |
Summary of target resource types in the smart group. |
Severity |
Severity of smart group is the highest(Sev0 >... > Sev4) severity of all the alerts in the group. |
SmartGroupState |
Smart group state. |
StartOn |
Creation time of smart group. Date-Time in ISO-8601 format. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET