다음을 통해 공유


ExposureControlResult Class

Definition

The exposure control response.

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

Properties

FeatureName

The feature name.

Value

The feature value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExposureControlResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExposureControlResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExposureControlResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExposureControlResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExposureControlResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to