Share via


RaiMonitorConfig Class

Definition

Cognitive Services Rai Monitor Config.

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

Constructors

RaiMonitorConfig()

Initializes a new instance of RaiMonitorConfig.

Properties

AdxStorageResourceId

The storage resource Id.

IdentityClientId

The identity client Id to access the storage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RaiMonitorConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RaiMonitorConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RaiMonitorConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RaiMonitorConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RaiMonitorConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to