Share via


IEventSubscriptionUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionUpdateParametersTypeConverter))]
public interface IEventSubscriptionUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionUpdateParametersTypeConverter))>]
type IEventSubscriptionUpdateParameters = interface
    interface IJsonSerializable
Public Interface IEventSubscriptionUpdateParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DeadLetterWithResourceIdentityDeadLetterDestinationEndpointType

Type of the endpoint for the dead letter destination

DeadLetterWithResourceIdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

DeadLetterWithResourceIdentityUserAssignedIdentity

The user identity associated with the resource.

DeliveryWithResourceIdentityDestination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

DeliveryWithResourceIdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

DeliveryWithResourceIdentityUserAssignedIdentity

The user identity associated with the resource.

Destination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

EndpointType

Type of the endpoint for the dead letter destination

EventDeliverySchema

The event delivery schema for the event subscription.

ExpirationTimeUtc

Information about the expiration time for the event subscription.

FilterAdvancedFilter

An array of advanced filters that are used for filtering event subscriptions.

FilterEnableAdvancedFilteringOnArray

Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.

FilterIncludedEventType

A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.

FilterIsSubjectCaseSensitive

Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

FilterSubjectBeginsWith

An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.

FilterSubjectEndsWith

An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.

Label

List of user defined labels.

RetryPolicyEventTimeToLiveInMinute

Time To Live (in minutes) for events.

RetryPolicyMaxDeliveryAttempt

Maximum number of delivery retry attempts for events.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to