HybridConnectionEventSubscriptionDestination 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 HybridConnection destination for an event subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestinationTypeConverter))]
public class HybridConnectionEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IHybridConnectionEventSubscriptionDestination, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestinationTypeConverter))>]
type HybridConnectionEventSubscriptionDestination = class
interface IHybridConnectionEventSubscriptionDestination
interface IJsonSerializable
interface IEventSubscriptionDestination
interface IValidates
Public Class HybridConnectionEventSubscriptionDestination
Implements IHybridConnectionEventSubscriptionDestination, IValidates
- Inheritance
-
HybridConnectionEventSubscriptionDestination
- Attributes
- Implements
Constructors
HybridConnectionEventSubscriptionDestination() |
Creates an new HybridConnectionEventSubscriptionDestination instance. |
Properties
DeliveryAttributeMapping |
Delivery attribute details. |
EndpointType |
Type of the endpoint for the event subscription destination. |
ResourceId |
The Azure Resource ID of an hybrid connection that is the destination of an event subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HybridConnectionEventSubscriptionDestination. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HybridConnectionEventSubscriptionDestination. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IHybridConnectionEventSubscriptionDestination. |
FromJsonString(String) |
Creates a new instance of HybridConnectionEventSubscriptionDestination, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HybridConnectionEventSubscriptionDestination into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |