NamespaceTopicEventSubscriptionPatch 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.
Properties of the Event Subscription update.
public class NamespaceTopicEventSubscriptionPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.NamespaceTopicEventSubscriptionPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.NamespaceTopicEventSubscriptionPatch>
type NamespaceTopicEventSubscriptionPatch = class
interface IJsonModel<NamespaceTopicEventSubscriptionPatch>
interface IPersistableModel<NamespaceTopicEventSubscriptionPatch>
Public Class NamespaceTopicEventSubscriptionPatch
Implements IJsonModel(Of NamespaceTopicEventSubscriptionPatch), IPersistableModel(Of NamespaceTopicEventSubscriptionPatch)
- Inheritance
-
NamespaceTopicEventSubscriptionPatch
- Implements
Constructors
NamespaceTopicEventSubscriptionPatch() |
Initializes a new instance of NamespaceTopicEventSubscriptionPatch. |
Properties
DeliveryConfiguration |
Information about the delivery configuration of the event subscription. |
EventDeliverySchema |
The event delivery schema for the event subscription. |
ExpireOn |
Expiration time of the event subscription. |
FiltersConfiguration |
Information about the filter for the event subscription. |
Explicit Interface Implementations
IJsonModel<NamespaceTopicEventSubscriptionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NamespaceTopicEventSubscriptionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NamespaceTopicEventSubscriptionPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NamespaceTopicEventSubscriptionPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NamespaceTopicEventSubscriptionPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET