EventGridClient.UpdateSystemTopicEventSubscription 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 UpdateSystemTopicEventSubscription (string eventSubscriptionName, string resourceGroupName, string systemTopicName, string deadLetterEndpoint, System.Collections.Hashtable[] deliveryAttributeMapping, string endpoint, string endpointType, string[] labels, long storageQueueMessageTtl, System.Collections.Hashtable[] advancedFilter, bool enableAdvancedFilteringOnArrays, string[] includedEventTypes, string subjectBeginsWith, string subjectEndsWith, bool isSubjectCaseSensitive);
member this.UpdateSystemTopicEventSubscription : string * string * string * string * System.Collections.Hashtable[] * string * string * string[] * int64 * System.Collections.Hashtable[] * bool * string[] * string * string * bool -> Microsoft.Azure.Management.EventGrid.Models.EventSubscription
Public Function UpdateSystemTopicEventSubscription (eventSubscriptionName As String, resourceGroupName As String, systemTopicName As String, deadLetterEndpoint As String, deliveryAttributeMapping As Hashtable(), endpoint As String, endpointType As String, labels As String(), storageQueueMessageTtl As Long, advancedFilter As Hashtable(), enableAdvancedFilteringOnArrays As Boolean, includedEventTypes As String(), subjectBeginsWith As String, subjectEndsWith As String, isSubjectCaseSensitive As Boolean) As EventSubscription
Parameters
- eventSubscriptionName
- String
- resourceGroupName
- String
- systemTopicName
- String
- deadLetterEndpoint
- String
- deliveryAttributeMapping
- Hashtable[]
- endpoint
- String
- endpointType
- String
- labels
- String[]
- storageQueueMessageTtl
- Int64
- advancedFilter
- Hashtable[]
- enableAdvancedFilteringOnArrays
- Boolean
- includedEventTypes
- String[]
- subjectBeginsWith
- String
- subjectEndsWith
- String
- isSubjectCaseSensitive
- Boolean