Aracılığıyla paylaş


IEventSubscription.FilterSubjectEndsWith Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An optional string to filter events for an event subscription based on a resource path suffix.\r\n        Wildcard characters are not supported in this path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subjectEndsWith", Update=true)]
public string FilterSubjectEndsWith { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An optional string to filter events for an event subscription based on a resource path suffix.\r\n        Wildcard characters are not supported in this path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subjectEndsWith", Update=true)>]
member this.FilterSubjectEndsWith : string with get, set
Public Property FilterSubjectEndsWith As String

Property Value

Attributes

Applies to