Compartir a través de


EventSubscriptionFullUrl Class

Definition

Full endpoint url of an event subscription

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

Constructors

EventSubscriptionFullUrl()

Creates an new EventSubscriptionFullUrl instance.

Properties

EndpointUrl

The URL that represents the endpoint of the destination of an event subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventSubscriptionFullUrl.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventSubscriptionFullUrl.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventSubscriptionFullUrl into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to