EdgeSchemaReferenceProperties Class

Definition

Schema Reference Properties.

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

Constructors

Name Description
EdgeSchemaReferenceProperties(String)

Initializes a new instance of EdgeSchemaReferenceProperties.

Properties

Name Description
ProvisioningState

Provisioning state of resource.

SchemaId

Schema Id of schema reference.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EdgeSchemaReferenceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSchemaReferenceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSchemaReferenceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSchemaReferenceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSchemaReferenceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to