IntegrationAccountTrackingEventsContent Class

Definition

The tracking events definition.

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

Constructors

IntegrationAccountTrackingEventsContent(String, IEnumerable<IntegrationAccountTrackingEvent>)

Initializes a new instance of IntegrationAccountTrackingEventsContent.

Properties

Events

The events.

SourceType

The source type.

TrackEventsOptions

The track events options.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationAccountTrackingEventsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationAccountTrackingEventsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationAccountTrackingEventsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountTrackingEventsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountTrackingEventsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to