DynamicDeliveryAttributeMapping 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
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.