DynamicRoutingEnrichment Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichmentTypeConverter))]
public class DynamicRoutingEnrichment : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichmentTypeConverter))>]
type DynamicRoutingEnrichment = class
interface IDynamicRoutingEnrichment
interface IJsonSerializable
Public Class DynamicRoutingEnrichment
Implements IDynamicRoutingEnrichment
- Inheritance
-
DynamicRoutingEnrichment
- Attributes
- Implements
Constructors
DynamicRoutingEnrichment() |
Creates an new DynamicRoutingEnrichment instance. |
Properties
Key |
Dynamic routing enrichment key. |
Value |
Dynamic routing enrichment value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DynamicRoutingEnrichment. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DynamicRoutingEnrichment. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment. |
FromJsonString(String) |
Creates a new instance of DynamicRoutingEnrichment, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DynamicRoutingEnrichment into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |