Share via


ServiceBusTopicEventSubscriptionDestination Class

Definition

Information about the service bus topic destination for an event subscription.

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

Constructors

ServiceBusTopicEventSubscriptionDestination()

Creates an new ServiceBusTopicEventSubscriptionDestination 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 the Service Bus Topic destination of an event subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceBusTopicEventSubscriptionDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceBusTopicEventSubscriptionDestination.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceBusTopicEventSubscriptionDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to