UnitSystemsInfo 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.
Unit systems info for the data provider.
public class UnitSystemsInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo>
type UnitSystemsInfo = class
interface IJsonModel<UnitSystemsInfo>
interface IPersistableModel<UnitSystemsInfo>
Public Class UnitSystemsInfo
Implements IJsonModel(Of UnitSystemsInfo), IPersistableModel(Of UnitSystemsInfo)
- Inheritance
-
UnitSystemsInfo
- Implements
Properties
Key |
UnitSystem key sent as part of ProviderInput. |
Values |
List of unit systems supported by this data provider. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<UnitSystemsInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UnitSystemsInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UnitSystemsInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UnitSystemsInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UnitSystemsInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET