Class EventSubscriptionSubjectFilter
Inheritance
System.Object
EventSubscriptionSubjectFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionSubjectFilter
Fields
View SourceCaseSensitive
Specifies if subject_begins_with and subject_ends_with case sensitive. This value defaults to false.
Declaration
public readonly bool? CaseSensitive
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SubjectBeginsWith
A string to filter events for an event subscription based on a resource path prefix.
Declaration
public readonly string SubjectBeginsWith
Field Value
| Type | Description |
|---|---|
| System.String |
SubjectEndsWith
A string to filter events for an event subscription based on a resource path suffix.
Declaration
public readonly string SubjectEndsWith
Field Value
| Type | Description |
|---|---|
| System.String |