AzureFunctionEventSubscriptionDestination Constructors
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.
Overloads
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. |
AzureFunctionEventSubscriptionDestination()
Initializes a new instance of the AzureFunctionEventSubscriptionDestination class.
public AzureFunctionEventSubscriptionDestination ();
Public Sub New ()
Applies to
AzureFunctionEventSubscriptionDestination(String, Nullable<Int32>, Nullable<Int32>, IList<DeliveryAttributeMapping>)
Initializes a new instance of the AzureFunctionEventSubscriptionDestination class.
public AzureFunctionEventSubscriptionDestination (string resourceId = default, int? maxEventsPerBatch = default, int? preferredBatchSizeInKilobytes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.AzureFunctionEventSubscriptionDestination : string * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.AzureFunctionEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional maxEventsPerBatch As Nullable(Of Integer) = Nothing, Optional preferredBatchSizeInKilobytes As Nullable(Of Integer) = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)
Parameters
- resourceId
- String
The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- deliveryAttributeMappings
- IList<DeliveryAttributeMapping>
Delivery attribute details.