Show / Hide Table of Contents

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.EventGrid.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionSubjectFilter

Fields

View Source

CaseSensitive

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>
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.