Delen via


InlineEventProperties Class

Definition

Additional information about every inline event.

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

Constructors

InlineEventProperties()

Initializes a new instance of InlineEventProperties.

Properties

DataSchemaUri

The dataSchemaUrl for the inline event.

Description

The description for the inline event.

DisplayName

The displayName for the inline event.

DocumentationUri

The documentationUrl for the inline event.

Explicit Interface Implementations

IJsonModel<InlineEventProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InlineEventProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InlineEventProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InlineEventProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InlineEventProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to