EventSubscriptionFullUri 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.
public class EventSubscriptionFullUri
public class EventSubscriptionFullUri : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.EventSubscriptionFullUri>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.EventSubscriptionFullUri>
type EventSubscriptionFullUri = class
type EventSubscriptionFullUri = class
interface IJsonModel<EventSubscriptionFullUri>
interface IPersistableModel<EventSubscriptionFullUri>
Public Class EventSubscriptionFullUri
Public Class EventSubscriptionFullUri
Implements IJsonModel(Of EventSubscriptionFullUri), IPersistableModel(Of EventSubscriptionFullUri)
- Inheritance
-
EventSubscriptionFullUri
- Implements
Properties
Endpoint |
The URL that represents the endpoint of the destination of an event subscription. |
Explicit Interface Implementations
IJsonModel<EventSubscriptionFullUri>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EventSubscriptionFullUri>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EventSubscriptionFullUri>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EventSubscriptionFullUri>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EventSubscriptionFullUri>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |