次の方法で共有


ServiceBusTopicEventSubscriptionDestinationProperties Class

Definition

The properties that represent the Service Bus Topic destination of an event subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestinationPropertiesTypeConverter))]
public class ServiceBusTopicEventSubscriptionDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IServiceBusTopicEventSubscriptionDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestinationPropertiesTypeConverter))>]
type ServiceBusTopicEventSubscriptionDestinationProperties = class
    interface IServiceBusTopicEventSubscriptionDestinationProperties
    interface IJsonSerializable
Public Class ServiceBusTopicEventSubscriptionDestinationProperties
Implements IServiceBusTopicEventSubscriptionDestinationProperties
Inheritance
ServiceBusTopicEventSubscriptionDestinationProperties
Attributes
Implements

Constructors

ServiceBusTopicEventSubscriptionDestinationProperties()

Creates an new ServiceBusTopicEventSubscriptionDestinationProperties instance.

Properties

DeliveryAttributeMapping

Delivery attribute details.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceBusTopicEventSubscriptionDestinationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceBusTopicEventSubscriptionDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to