AssetEndpointProfileStatusError 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 asset endpoint profile status error properties.
public class AssetEndpointProfileStatusError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.AssetEndpointProfileStatusError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.AssetEndpointProfileStatusError>
type AssetEndpointProfileStatusError = class
interface IJsonModel<AssetEndpointProfileStatusError>
interface IPersistableModel<AssetEndpointProfileStatusError>
Public Class AssetEndpointProfileStatusError
Implements IJsonModel(Of AssetEndpointProfileStatusError), IPersistableModel(Of AssetEndpointProfileStatusError)
- Inheritance
-
AssetEndpointProfileStatusError
- Implements
Properties
Code |
Error code for classification of errors (ex: 400, 404, 500, etc.). |
Message |
Human readable helpful error message to provide additional context for error (ex: “targetAddress 'foo' is not a valid url”). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AssetEndpointProfileStatusError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssetEndpointProfileStatusError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssetEndpointProfileStatusError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssetEndpointProfileStatusError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssetEndpointProfileStatusError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET