Share via


AnnotationResourceProperties Class

Definition

Switch configuration entries require a description to discern between configuration groups.

public class AnnotationResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.AnnotationResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.AnnotationResourceProperties>
type AnnotationResourceProperties = class
    interface IJsonModel<AnnotationResourceProperties>
    interface IPersistableModel<AnnotationResourceProperties>
Public Class AnnotationResourceProperties
Implements IJsonModel(Of AnnotationResourceProperties), IPersistableModel(Of AnnotationResourceProperties)
Inheritance
AnnotationResourceProperties
Derived
Implements

Constructors

AnnotationResourceProperties()

Initializes a new instance of AnnotationResourceProperties.

Properties

Annotation

Switch configuration description.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnnotationResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AnnotationResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnnotationResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnnotationResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AnnotationResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to