Partager via


EventGridClient.UpdateTopic Method

Definition

public Microsoft.Azure.Management.EventGrid.Models.Topic UpdateTopic (string resourceGroupName, string topicName, System.Collections.Generic.Dictionary<string,string> tags);
member this.UpdateTopic : string * string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.Topic
Public Function UpdateTopic (resourceGroupName As String, topicName As String, tags As Dictionary(Of String, String)) As Topic

Parameters

resourceGroupName
String
topicName
String

Returns

Applies to