EventSubscriptionFullUrl 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.
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() |