다음을 통해 공유


SmartGroupAggregatedProperty Class

Definition

Aggregated property of each type.

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

Constructors

SmartGroupAggregatedProperty()

Initializes a new instance of SmartGroupAggregatedProperty.

Properties

Count

Total number of items of type.

Name

Name of the type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SmartGroupAggregatedProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SmartGroupAggregatedProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SmartGroupAggregatedProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SmartGroupAggregatedProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SmartGroupAggregatedProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to