Share via


EventHubEventSubscriptionDestination Class

Definition

Information about the event hub destination for an event subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestinationTypeConverter))]
public class EventHubEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestinationTypeConverter))>]
type EventHubEventSubscriptionDestination = class
    interface IEventHubEventSubscriptionDestination
    interface IJsonSerializable
    interface IEventSubscriptionDestination
    interface IValidates
Public Class EventHubEventSubscriptionDestination
Implements IEventHubEventSubscriptionDestination, IValidates
Inheritance
EventHubEventSubscriptionDestination
Attributes
Implements

Constructors

EventHubEventSubscriptionDestination()

Creates an new EventHubEventSubscriptionDestination instance.

Properties

DeliveryAttributeMapping

Delivery attribute details.

EndpointType

Type of the endpoint for the event subscription destination.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventHubEventSubscriptionDestination.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination.

FromJsonString(String)

Creates a new instance of EventHubEventSubscriptionDestination, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventHubEventSubscriptionDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to