Partager via


EventGridClient.UpdateSystemTopic Method

Definition

public Microsoft.Azure.Management.EventGrid.Models.SystemTopic UpdateSystemTopic (string resourceGroupName, string systemTopicName, string identityType, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.EventGrid.Models.UserIdentityProperties> userAssignedIdentities, System.Collections.Generic.Dictionary<string,string> tags);
member this.UpdateSystemTopic : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.EventGrid.Models.UserIdentityProperties> * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.SystemTopic
Public Function UpdateSystemTopic (resourceGroupName As String, systemTopicName As String, identityType As String, userAssignedIdentities As IDictionary(Of String, UserIdentityProperties), tags As Dictionary(Of String, String)) As SystemTopic

Parameters

resourceGroupName
String
systemTopicName
String
identityType
String
userAssignedIdentities
IDictionary<String,UserIdentityProperties>

Returns

Applies to