PurviewBatchFeatureStatus Class

Definition

List of features with enabled status.

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

Properties

Features

Features with enabled status.

Explicit Interface Implementations

IJsonModel<PurviewBatchFeatureStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewBatchFeatureStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewBatchFeatureStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewBatchFeatureStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewBatchFeatureStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to