SpringBootSiteError 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.
Defines the error. Serialized Name: Error
public class SpringBootSiteError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SpringAppDiscovery.Models.SpringBootSiteError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SpringAppDiscovery.Models.SpringBootSiteError>
type SpringBootSiteError = class
interface IJsonModel<SpringBootSiteError>
interface IPersistableModel<SpringBootSiteError>
Public Class SpringBootSiteError
Implements IJsonModel(Of SpringBootSiteError), IPersistableModel(Of SpringBootSiteError)
- Inheritance
-
SpringBootSiteError
- Implements
Constructors
SpringBootSiteError() |
Initializes a new instance of SpringBootSiteError. |
Properties
Code |
The error code. Serialized Name: Error.code |
Id |
The error ID. Serialized Name: Error.id |
Message |
The detailed error message. Serialized Name: Error.message |
PossibleCauses |
The error possible causes. Serialized Name: Error.possibleCauses |
RecommendedAction |
The error recommended action Serialized Name: Error.recommendedAction |
RunAsAccountId |
The account ID used to login. Serialized Name: Error.runAsAccountId |
Severity |
The error severity Serialized Name: Error.severity |
SummaryMessage |
The summarized error message. Serialized Name: Error.summaryMessage |
UpdatedTimeStamp |
Time when this error was last updated. Serialized Name: Error.updatedTimeStamp |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SpringBootSiteError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SpringBootSiteError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SpringBootSiteError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SpringBootSiteError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SpringBootSiteError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET