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