Aracılığıyla paylaş


IEventSubscription Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionTypeConverter))]
public interface IEventSubscription : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionTypeConverter))>]
type IEventSubscription = interface
    interface IJsonSerializable
    interface IResource
Public Interface IEventSubscription
Implements IResource
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

Expiration time of 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.

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
Label

List of user defined labels.

Name

Name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the event subscription.

RetryPolicyEventTimeToLiveInMinute

Time To Live (in minutes) for events.

RetryPolicyMaxDeliveryAttempt

Maximum number of delivery retry attempts for events.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Topic

Name of the topic of the event subscription.

Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to