다음을 통해 공유


SmartGroupModificationProperties Class

Definition

Properties of the smartGroup modification item.

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

Constructors

SmartGroupModificationProperties()

Initializes a new instance of SmartGroupModificationProperties.

Properties

Modifications

Modification details.

NextLink

URL to fetch the next set of results.

SmartGroupId

Unique Id of the smartGroup for which the history is being retrieved.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SmartGroupModificationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SmartGroupModificationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SmartGroupModificationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SmartGroupModificationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SmartGroupModificationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to