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