You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delivery attribute mappings for this system topic event subscription
156
+
The delivery attribute mappings for this system topic event subscription.
157
+
Each delivery attribute mapping should contain following two mandatory fields : Name and Type.
158
+
The Type can either be 'Static' or 'Dynamic'.
159
+
If the type is 'Static' then properties 'Value' and 'IsSecret' are required.
160
+
If the type is 'Dynamic' then property 'SourceField' is required.
161
+
An example of the DynamicAttributeMapping parameters: $DeliveryAttributeMapping=@($DeliveryAttributeMapping1, $DeliveryAttributeMapping2) where $DeliveryAttributeMapping1=@{Name="Name1"; Type="Static"; Values="value"; IsSecret="false"} and $DeliveryAttributeMapping2=@{Name="Name2"; Type="Dynamic"; SourceField="data.prop1"}
The delivery attribute mappings for this system topic event subscription
311
+
The delivery attribute mappings for this system topic event subscription.
312
+
Each delivery attribute mapping should contain following two mandatory fields : Name and Type.
313
+
The Type can either be 'Static' or 'Dynamic'.
314
+
If the type is 'Static' then properties 'Value' and 'IsSecret' are required.
315
+
If the type is 'Dynamic' then property 'SourceField' is required.
316
+
An example of the DynamicAttributeMapping parameters: $DeliveryAttributeMapping=@($DeliveryAttributeMapping1, $DeliveryAttributeMapping2) where $DeliveryAttributeMapping1=@{Name="Name1"; Type="Static"; Values="value"; IsSecret="false"} and $DeliveryAttributeMapping2=@{Name="Name2"; Type="Dynamic"; SourceField="data.prop1"}
Creates a new event subscription \`EventSubscription1\` to an Azure Event Grid System topic \`Topic1\` in resource group \`MyResourceGroupName\` with the webhook destination endpoint `https://requestb.in/19qlscd1`. This event subscription uses default filters.
@@ -47,14 +47,14 @@ Creates a new event subscription \`EventSubscription1\` to an Azure Event Grid S
Creates a new event subscription \`EventSubscription1\` to Sytem Topic \`Topic1\` in resource group \`MyResourceGroup\` with the webhook destination endpoint `https://requestb.in/19qlscd1`. This event subscription specifies the additional filters for event types and subject, and only events matching those filters will be delivered to the destination endpoint.
Creates a new event subscription \`EventSubscription1\` to Sytem Topic \`Topic1\` in resource group \`MyResourceGroup\` with the specified event hub as the destination for events. This event subscription uses default filters.
The delivery attribute mappings for this system topic event subscription
163
+
The delivery attribute mappings for this system topic event subscription.
164
+
Each delivery attribute mapping should contain following two mandatory fields : Name and Type.
165
+
The Type can either be 'Static' or 'Dynamic'.
166
+
If the type is 'Static' then properties 'Value' and 'IsSecret' are required.
167
+
If the type is 'Dynamic' then property 'SourceField' is required.
168
+
An example of the DynamicAttributeMapping parameters: $DeliveryAttributeMapping=@($DeliveryAttributeMapping1, $DeliveryAttributeMapping2) where $DeliveryAttributeMapping1=@{Name="Name1"; Type="Static"; Values="value"; IsSecret="false"} and $DeliveryAttributeMapping2=@{Name="Name2"; Type="Dynamic"; SourceField="data.prop1"}
The delivery attribute mappings for this system topic event subscription
138
+
The delivery attribute mappings for this system topic event subscription.
139
+
Each delivery attribute mapping should contain following two mandatory fields : Name and Type.
140
+
The Type can either be 'Static' or 'Dynamic'.
141
+
If the type is 'Static' then properties 'Value' and 'IsSecret' are required.
142
+
If the type is 'Dynamic' then property 'SourceField' is required.
143
+
An example of the DynamicAttributeMapping parameters: $DeliveryAttributeMapping=@($DeliveryAttributeMapping1, $DeliveryAttributeMapping2) where $DeliveryAttributeMapping1=@{Name="Name1"; Type="Static"; Values="value"; IsSecret="false"} and $DeliveryAttributeMapping2=@{Name="Name2"; Type="Dynamic"; SourceField="data.prop1"}
0 commit comments