Partager via


EventGridClient.UpdateEventSubscription Method

Definition

Overloads

UpdateEventSubscription(String, String, String, String, String, String, Nullable<Boolean>, String[], String[])
UpdateEventSubscription(String, String, String, String, String, String, Nullable<Boolean>, String[], String[], RetryPolicy, String, DateTime, Hashtable[], Nullable<Int32>, Nullable<Int32>, String, Hashtable[], String)

UpdateEventSubscription(String, String, String, String, String, String, Nullable<Boolean>, String[], String[])

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
isSubjectCaseSensitive
Nullable<Boolean>
includedEventTypes
String[]
labels
String[]

Returns

Applies to

UpdateEventSubscription(String, String, String, String, String, String, Nullable<Boolean>, String[], String[], RetryPolicy, String, DateTime, Hashtable[], Nullable<Int32>, Nullable<Int32>, String, Hashtable[], String)

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, Microsoft.Azure.Management.EventGrid.Models.RetryPolicy retryPolicy, string deadLetterEndpoint, DateTime expirationDate, System.Collections.Hashtable[] advancedFilter, int? maxEventsPerBatch, int? preferredBatchSizeInKiloByte, string aadAppIdOrUri, System.Collections.Hashtable[] deliveryAttributeMapping, string aadTenantId);
member this.UpdateEventSubscription : string * string * string * string * string * string * Nullable<bool> * string[] * string[] * Microsoft.Azure.Management.EventGrid.Models.RetryPolicy * string * DateTime * System.Collections.Hashtable[] * Nullable<int> * Nullable<int> * string * System.Collections.Hashtable[] * 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(), retryPolicy As RetryPolicy, deadLetterEndpoint As String, expirationDate As DateTime, advancedFilter As Hashtable(), maxEventsPerBatch As Nullable(Of Integer), preferredBatchSizeInKiloByte As Nullable(Of Integer), aadAppIdOrUri As String, deliveryAttributeMapping As Hashtable(), aadTenantId As String) As EventSubscription

Parameters

scope
String
eventSubscriptionName
String
endpoint
String
endpointType
String
subjectBeginsWith
String
subjectEndsWith
String
isSubjectCaseSensitive
Nullable<Boolean>
includedEventTypes
String[]
labels
String[]
retryPolicy
RetryPolicy
deadLetterEndpoint
String
expirationDate
DateTime
advancedFilter
Hashtable[]
maxEventsPerBatch
Nullable<Int32>
preferredBatchSizeInKiloByte
Nullable<Int32>
aadAppIdOrUri
String
deliveryAttributeMapping
Hashtable[]
aadTenantId
String

Returns

Applies to