ServiceBusQueueEventSubscriptionDestinationProperties 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 that represent the Service Bus destination of an event subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestinationPropertiesTypeConverter))]
public class ServiceBusQueueEventSubscriptionDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IServiceBusQueueEventSubscriptionDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestinationPropertiesTypeConverter))>]
type ServiceBusQueueEventSubscriptionDestinationProperties = class
interface IServiceBusQueueEventSubscriptionDestinationProperties
interface IJsonSerializable
Public Class ServiceBusQueueEventSubscriptionDestinationProperties
Implements IServiceBusQueueEventSubscriptionDestinationProperties
- Inheritance
-
ServiceBusQueueEventSubscriptionDestinationProperties
- Attributes
- Implements
Constructors
ServiceBusQueueEventSubscriptionDestinationProperties() |
Creates an new ServiceBusQueueEventSubscriptionDestinationProperties instance. |
Properties
DeliveryAttributeMapping |
Delivery attribute details. |
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 ServiceBusQueueEventSubscriptionDestinationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceBusQueueEventSubscriptionDestinationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IServiceBusQueueEventSubscriptionDestinationProperties. |
FromJsonString(String) |
Creates a new instance of ServiceBusQueueEventSubscriptionDestinationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceBusQueueEventSubscriptionDestinationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |