EventGridClient.UpdateTopic 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.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
- tags
- Dictionary<String,String>