EventGridClient.createSystemTopicEventSubscription 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 createSystemTopicEventSubscription (string eventSubscriptionName, string resourceGroupName, string systemTopicName, string aadAppIdOrUri, string aadTenantId, string deadLetterEndpoint, System.Collections.Hashtable[] deliveryAttributeMapping, string endpoint, string endpointType, string deliverySchema, Microsoft.Azure.Management.EventGrid.Models.RetryPolicy retryPolicy, DateTime expirationDate, string[] labels, int maxEventsPerBatch, int preferredBatchSizeInKiloByte, long storageQueueMessageTtl, System.Collections.Hashtable[] advancedFilter, bool enableAdvancedFilteringOnArrays, string[] includedEventTypes, string subjectBeginsWith, string subjectEndsWith, bool isSubjectCaseSensitive);
member this.createSystemTopicEventSubscription : string * string * string * string * string * string * System.Collections.Hashtable[] * string * string * string * Microsoft.Azure.Management.EventGrid.Models.RetryPolicy * DateTime * string[] * int * int * int64 * System.Collections.Hashtable[] * bool * string[] * string * string * bool -> Microsoft.Azure.Management.EventGrid.Models.EventSubscription
Public Function createSystemTopicEventSubscription (eventSubscriptionName As String, resourceGroupName As String, systemTopicName As String, aadAppIdOrUri As String, aadTenantId As String, deadLetterEndpoint As String, deliveryAttributeMapping As Hashtable(), endpoint As String, endpointType As String, deliverySchema As String, retryPolicy As RetryPolicy, expirationDate As DateTime, labels As String(), maxEventsPerBatch As Integer, preferredBatchSizeInKiloByte As Integer, 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
- aadAppIdOrUri
- String
- aadTenantId
- String
- deadLetterEndpoint
- String
- deliveryAttributeMapping
- Hashtable[]
- endpoint
- String
- endpointType
- String
- deliverySchema
- String
- retryPolicy
- RetryPolicy
- expirationDate
- DateTime
- labels
- String[]
- maxEventsPerBatch
- Int32
- preferredBatchSizeInKiloByte
- Int32
- storageQueueMessageTtl
- Int64
- advancedFilter
- Hashtable[]
- enableAdvancedFilteringOnArrays
- Boolean
- includedEventTypes
- String[]
- subjectBeginsWith
- String
- subjectEndsWith
- String
- isSubjectCaseSensitive
- Boolean