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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AlertsManagement.SmartGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AlertsManagement.SmartGroupData>
public class SmartGroupData : Azure.ResourceManager.Models.ResourceData
type SmartGroupData = class
inherit ResourceData
interface IJsonModel<SmartGroupData>
interface IPersistableModel<SmartGroupData>
type SmartGroupData = class
inherit ResourceData
Public Class SmartGroupData
Inherits ResourceData
Implements IJsonModel(Of SmartGroupData), IPersistableModel(Of SmartGroupData)
Public Class SmartGroupData
Inherits ResourceData
- Inheritance
- Implements
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) |
Explicit Interface Implementations
IJsonModel<SmartGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SmartGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SmartGroupData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SmartGroupData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SmartGroupData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET