Sdílet prostřednictvím


ServiceAlertSummaryGroup Class

Definition

Group the result set.

public class ServiceAlertSummaryGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertSummaryGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertSummaryGroup>
public class ServiceAlertSummaryGroup
type ServiceAlertSummaryGroup = class
    interface IJsonModel<ServiceAlertSummaryGroup>
    interface IPersistableModel<ServiceAlertSummaryGroup>
type ServiceAlertSummaryGroup = class
Public Class ServiceAlertSummaryGroup
Implements IJsonModel(Of ServiceAlertSummaryGroup), IPersistableModel(Of ServiceAlertSummaryGroup)
Public Class ServiceAlertSummaryGroup
Inheritance
ServiceAlertSummaryGroup
Implements

Constructors

ServiceAlertSummaryGroup()

Initializes a new instance of ServiceAlertSummaryGroup.

Properties

GroupedBy

Name of the field aggregated.

SmartGroupsCount

Total count of the smart groups.

Total

Total count of the result set.

Values

List of the items.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceAlertSummaryGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceAlertSummaryGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAlertSummaryGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAlertSummaryGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceAlertSummaryGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to