EventGridClient.UpdateEventSubscription 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 UpdateEventSubscription (string scope, string eventSubscriptionName, string endpoint, string endpointType, string subjectBeginsWith, string subjectEndsWith, bool? isSubjectCaseSensitive, string[] includedEventTypes, string[] labels);
member this.UpdateEventSubscription : string * string * string * string * string * string * Nullable<bool> * string[] * string[] -> Microsoft.Azure.Management.EventGrid.Models.EventSubscription
Public Function UpdateEventSubscription (scope As String, eventSubscriptionName As String, endpoint As String, endpointType As String, subjectBeginsWith As String, subjectEndsWith As String, isSubjectCaseSensitive As Nullable(Of Boolean), includedEventTypes As String(), labels As String()) As EventSubscription
Parameters
- scope
- String
- eventSubscriptionName
- String
- endpoint
- String
- endpointType
- String
- subjectBeginsWith
- String
- subjectEndsWith
- String
- includedEventTypes
- String[]
- labels
- String[]