ServiceBusQueueEventSubscriptionDestination 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.
Information about the service bus destination for an event subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestinationTypeConverter))]
public class ServiceBusQueueEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IServiceBusQueueEventSubscriptionDestination, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestinationTypeConverter))>]
type ServiceBusQueueEventSubscriptionDestination = class
interface IServiceBusQueueEventSubscriptionDestination
interface IJsonSerializable
interface IEventSubscriptionDestination
interface IValidates
Public Class ServiceBusQueueEventSubscriptionDestination
Implements IServiceBusQueueEventSubscriptionDestination, IValidates
- Inheritance
-
ServiceBusQueueEventSubscriptionDestination
- Attributes
- Implements
Constructors
ServiceBusQueueEventSubscriptionDestination() |
Creates an new ServiceBusQueueEventSubscriptionDestination 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 destination of an event subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceBusQueueEventSubscriptionDestination. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceBusQueueEventSubscriptionDestination. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IServiceBusQueueEventSubscriptionDestination. |
FromJsonString(String) |
Creates a new instance of ServiceBusQueueEventSubscriptionDestination, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceBusQueueEventSubscriptionDestination into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |