EventGridClient.UpdateDomainTopicEventSubscription 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 UpdateDomainTopicEventSubscription (string eventSubscriptionName, string resourceGroupName, string domainName, string domainTopicName, 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.UpdateDomainTopicEventSubscription : string * 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 UpdateDomainTopicEventSubscription (eventSubscriptionName As String, resourceGroupName As String, domainName As String, domainTopicName 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
- domainName
- String
- domainTopicName
- 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