Show / Hide Table of Contents

Class EventSubscriptionSubjectFilterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSubscriptionSubjectFilterArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionSubjectFilterArgs : ResourceArgs

Constructors

View Source

EventSubscriptionSubjectFilterArgs()

Declaration
public EventSubscriptionSubjectFilterArgs()

Properties

View Source

CaseSensitive

Specifies if subject_begins_with and subject_ends_with case sensitive. This value defaults to false.

Declaration
public Input<bool> CaseSensitive { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SubjectBeginsWith

A string to filter events for an event subscription based on a resource path prefix.

Declaration
public Input<string> SubjectBeginsWith { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubjectEndsWith

A string to filter events for an event subscription based on a resource path suffix.

Declaration
public Input<string> SubjectEndsWith { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.