Поделиться через


IngestionPolicyPropertiesFormat Class

Definition

Ingestion Policy properties.

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

Constructors

IngestionPolicyPropertiesFormat()

Initializes a new instance of IngestionPolicyPropertiesFormat.

Properties

IngestionSources

Ingestion Sources.

IngestionType

The ingestion type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IngestionPolicyPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IngestionPolicyPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IngestionPolicyPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IngestionPolicyPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IngestionPolicyPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to