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