Compartilhar via


EventGridClient.CreateTopic Method

Definition

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

Parameters

resourceGroupName
String
topicName
String
location
String

Returns

Applies to