Class UpdateSubscriptionModel
The data that can be updated on an event grid domain topic subscription
public class UpdateSubscriptionModel
- Inheritance
-
UpdateSubscriptionModel
- Inherited Members
Properties
Endpoint
The endpoint to use for the subcription.
[JsonProperty("Endpoint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Uri Endpoint { get; set; }
Property Value
EventTypes
The event types to subscribe.
[JsonProperty("EventTypes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> EventTypes { get; set; }