ExposureControlBatchContent Class

Definition

A list of exposure control features.

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

Constructors

ExposureControlBatchContent(IEnumerable<ExposureControlContent>)

Initializes a new instance of ExposureControlBatchContent.

Properties

ExposureControlRequests

List of exposure control features.

Explicit Interface Implementations

IJsonModel<ExposureControlBatchContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExposureControlBatchContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExposureControlBatchContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExposureControlBatchContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExposureControlBatchContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to