DataBoxEdgeAlertErrorDetails 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.
Error details for the alert.
public class DataBoxEdgeAlertErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails>
public class DataBoxEdgeAlertErrorDetails
type DataBoxEdgeAlertErrorDetails = class
interface IJsonModel<DataBoxEdgeAlertErrorDetails>
interface IPersistableModel<DataBoxEdgeAlertErrorDetails>
type DataBoxEdgeAlertErrorDetails = class
Public Class DataBoxEdgeAlertErrorDetails
Implements IJsonModel(Of DataBoxEdgeAlertErrorDetails), IPersistableModel(Of DataBoxEdgeAlertErrorDetails)
Public Class DataBoxEdgeAlertErrorDetails
- Inheritance
-
DataBoxEdgeAlertErrorDetails
- Implements
Properties
ErrorCode |
Error code. |
ErrorMessage |
Error Message. |
Occurrences |
Number of occurrences. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxEdgeAlertErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxEdgeAlertErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxEdgeAlertErrorDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxEdgeAlertErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxEdgeAlertErrorDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |