MetadataSupportedValueDetail 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.
The metadata supported value detail.
public class MetadataSupportedValueDetail
public class MetadataSupportedValueDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceHealth.Models.MetadataSupportedValueDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceHealth.Models.MetadataSupportedValueDetail>
type MetadataSupportedValueDetail = class
type MetadataSupportedValueDetail = class
interface IJsonModel<MetadataSupportedValueDetail>
interface IPersistableModel<MetadataSupportedValueDetail>
Public Class MetadataSupportedValueDetail
Public Class MetadataSupportedValueDetail
Implements IJsonModel(Of MetadataSupportedValueDetail), IPersistableModel(Of MetadataSupportedValueDetail)
- Inheritance
-
MetadataSupportedValueDetail
- Implements
Properties
DisplayName |
The display name. |
Id |
The id. |
ResourceTypes |
The list of associated resource types. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MetadataSupportedValueDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MetadataSupportedValueDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MetadataSupportedValueDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MetadataSupportedValueDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MetadataSupportedValueDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |