SmartGroupModificationItemInfo 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.
smartGroup modification item.
public class SmartGroupModificationItemInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationItemInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationItemInfo>
public class SmartGroupModificationItemInfo
type SmartGroupModificationItemInfo = class
interface IJsonModel<SmartGroupModificationItemInfo>
interface IPersistableModel<SmartGroupModificationItemInfo>
type SmartGroupModificationItemInfo = class
Public Class SmartGroupModificationItemInfo
Implements IJsonModel(Of SmartGroupModificationItemInfo), IPersistableModel(Of SmartGroupModificationItemInfo)
Public Class SmartGroupModificationItemInfo
- Inheritance
-
SmartGroupModificationItemInfo
- Implements
Constructors
SmartGroupModificationItemInfo() |
Initializes a new instance of SmartGroupModificationItemInfo. |
Properties
Comments |
Modification comments. |
Description |
Description of the modification. |
ModificationEvent |
Reason for the modification. |
ModifiedBy |
Modified user details (Principal client name). |
ModifiedOn |
Modified date and time. |
NewValue |
New value. |
OldValue |
Old value. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SmartGroupModificationItemInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SmartGroupModificationItemInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SmartGroupModificationItemInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SmartGroupModificationItemInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SmartGroupModificationItemInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET