共用方式為


DynamicDeliveryAttributeMapping Constructors

Definition

Overloads

DynamicDeliveryAttributeMapping()

Initializes a new instance of the DynamicDeliveryAttributeMapping class.

DynamicDeliveryAttributeMapping(String, String)

Initializes a new instance of the DynamicDeliveryAttributeMapping class.

DynamicDeliveryAttributeMapping()

Initializes a new instance of the DynamicDeliveryAttributeMapping class.

public DynamicDeliveryAttributeMapping ();
Public Sub New ()

Applies to

DynamicDeliveryAttributeMapping(String, String)

Initializes a new instance of the DynamicDeliveryAttributeMapping class.

public DynamicDeliveryAttributeMapping (string name = default, string sourceField = default);
new Microsoft.Azure.Management.EventGrid.Models.DynamicDeliveryAttributeMapping : string * string -> Microsoft.Azure.Management.EventGrid.Models.DynamicDeliveryAttributeMapping
Public Sub New (Optional name As String = Nothing, Optional sourceField As String = Nothing)

Parameters

name
String

Name of the delivery attribute or header.

sourceField
String

JSON path in the event which contains attribute value.

Applies to