Compartir a través de


IEventSubscriptionFilter.SubjectEndsWith 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 SubjectEndsWith { 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.SubjectEndsWith : string with get, set
Public Property SubjectEndsWith As String

Property Value

Attributes

Applies to