EventHubEventSubscriptionDestinationProperties 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.
The properties for a event hub destination.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestinationPropertiesTypeConverter))]
public class EventHubEventSubscriptionDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestinationPropertiesTypeConverter))>]
type EventHubEventSubscriptionDestinationProperties = class
interface IEventHubEventSubscriptionDestinationProperties
interface IJsonSerializable
Public Class EventHubEventSubscriptionDestinationProperties
Implements IEventHubEventSubscriptionDestinationProperties
- Inheritance
-
EventHubEventSubscriptionDestinationProperties
- Attributes
- Implements
Constructors
EventHubEventSubscriptionDestinationProperties() |
Creates an new EventHubEventSubscriptionDestinationProperties instance. |
Properties
DeliveryAttributeMapping |
Delivery attribute details. |
ResourceId |
The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventHubEventSubscriptionDestinationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventHubEventSubscriptionDestinationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestinationProperties. |
FromJsonString(String) |
Creates a new instance of EventHubEventSubscriptionDestinationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventHubEventSubscriptionDestinationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |