AzureFunctionEventSubscriptionDestination Class

Definition

Information about the azure function destination for an event subscription.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureFunction")]
public class AzureFunctionEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureFunction")>]
type AzureFunctionEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class AzureFunctionEventSubscriptionDestination
Inherits EventSubscriptionDestination
Inheritance
AzureFunctionEventSubscriptionDestination
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureFunctionEventSubscriptionDestination()

Initializes a new instance of the AzureFunctionEventSubscriptionDestination class.

AzureFunctionEventSubscriptionDestination(String, Nullable<Int32>, Nullable<Int32>, IList<DeliveryAttributeMapping>)

Initializes a new instance of the AzureFunctionEventSubscriptionDestination class.

Properties

DeliveryAttributeMappings

Gets or sets delivery attribute details.

MaxEventsPerBatch

Gets or sets maximum number of events per batch.

PreferredBatchSizeInKilobytes

Gets or sets preferred batch size in Kilobytes.

ResourceId

Gets or sets the Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.

Applies to