PartnerTopicEventTypeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event type information for Channels.
public class PartnerTopicEventTypeInfo
public class PartnerTopicEventTypeInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerTopicEventTypeInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerTopicEventTypeInfo>
type PartnerTopicEventTypeInfo = class
type PartnerTopicEventTypeInfo = class
interface IJsonModel<PartnerTopicEventTypeInfo>
interface IPersistableModel<PartnerTopicEventTypeInfo>
Public Class PartnerTopicEventTypeInfo
Public Class PartnerTopicEventTypeInfo
Implements IJsonModel(Of PartnerTopicEventTypeInfo), IPersistableModel(Of PartnerTopicEventTypeInfo)
- Inheritance
-
PartnerTopicEventTypeInfo
- Implements
Constructors
PartnerTopicEventTypeInfo() |
Initializes a new instance of PartnerTopicEventTypeInfo. |
Properties
InlineEventTypes |
A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type. |
Kind |
The kind of event type used. |
Explicit Interface Implementations
IJsonModel<PartnerTopicEventTypeInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PartnerTopicEventTypeInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PartnerTopicEventTypeInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PartnerTopicEventTypeInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PartnerTopicEventTypeInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET