EventGridClient.CreateEventSubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.EventGrid.Models.EventSubscription CreateEventSubscription (string scope, string eventSubscriptionName, string endpoint, string endpointType, string subjectBeginsWith, string subjectEndsWith, bool isSubjectCaseSensitive, string[] includedEventTypes, string[] labels);
member this.CreateEventSubscription : string * string * string * string * string * string * bool * string[] * string[] -> Microsoft.Azure.Management.EventGrid.Models.EventSubscription
Public Function CreateEventSubscription (scope As String, eventSubscriptionName As String, endpoint As String, endpointType As String, subjectBeginsWith As String, subjectEndsWith As String, isSubjectCaseSensitive As Boolean, includedEventTypes As String(), labels As String()) As EventSubscription
Parameters
- scope
- String
- eventSubscriptionName
- String
- endpoint
- String
- endpointType
- String
- subjectBeginsWith
- String
- subjectEndsWith
- String
- isSubjectCaseSensitive
- Boolean
- includedEventTypes
- String[]
- labels
- String[]