Share via


IngestionSourcesPropertiesFormat Class

Definition

Ingestion policy properties.

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

Constructors

IngestionSourcesPropertiesFormat()

Initializes a new instance of IngestionSourcesPropertiesFormat.

Properties

ResourceId

Resource ID.

SourceType

Ingestion source type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IngestionSourcesPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IngestionSourcesPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IngestionSourcesPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IngestionSourcesPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IngestionSourcesPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to