Delen via


DeliveryConfiguration Class

Definition

Properties of the delivery configuration information of the event subscription.

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

Constructors

DeliveryConfiguration()

Initializes a new instance of DeliveryConfiguration.

Properties

DeliveryMode

Delivery mode of the event subscription.

Push

This property should be populated when deliveryMode is push and represents information about the push subscription.

Queue

This property should be populated when deliveryMode is queue and represents information about the queue subscription.

Explicit Interface Implementations

IJsonModel<DeliveryConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeliveryConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to