Sdílet prostřednictvím


AzureFunctionEventSubscriptionDestination Class

Definition

Information about the azure function destination for an event subscription.

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

Constructors

AzureFunctionEventSubscriptionDestination()

Initializes a new instance of AzureFunctionEventSubscriptionDestination.

Properties

DeliveryAttributeMappings

Delivery attribute details. Please note DeliveryAttributeMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DynamicDeliveryAttributeMapping and StaticDeliveryAttributeMapping.

MaxEventsPerBatch

Maximum number of events per batch.

PreferredBatchSizeInKilobytes

Preferred batch size in Kilobytes.

ResourceId

The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.

Explicit Interface Implementations

IJsonModel<AzureFunctionEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureFunctionEventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from EventSubscriptionDestination)
IJsonModel<EventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventSubscriptionDestination)
IPersistableModel<AzureFunctionEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFunctionEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureFunctionEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventSubscriptionDestination)

Applies to