ExposureControlContent Class

Definition

The exposure control request.

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

Constructors

ExposureControlContent()

Initializes a new instance of ExposureControlContent.

Properties

FeatureName

The feature name.

FeatureType

The feature type.

Explicit Interface Implementations

IJsonModel<ExposureControlContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExposureControlContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExposureControlContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExposureControlContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExposureControlContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to