Partager via


EventGridClient.CreateTopic Method

Definition

Overloads

CreateTopic(String, String, String, Dictionary<String,String>, String, Dictionary<String,String>, Dictionary<String,String>, Dictionary<String,String>, String, String, Dictionary<String, UserIdentityProperties>)
CreateTopic(String, String, String, Dictionary<String,String>)

CreateTopic(String, String, String, Dictionary<String,String>, String, Dictionary<String,String>, Dictionary<String,String>, Dictionary<String,String>, String, String, Dictionary<String, UserIdentityProperties>)

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

Parameters

resourceGroupName
String
topicName
String
location
String
inputSchema
String
inputMappingFields
Dictionary<String,String>
inputMappingDefaultValuesDictionary
Dictionary<String,String>
inboundIpRules
Dictionary<String,String>
publicNetworkAccess
String
identityType
String
userAssignedIdentities
Dictionary<String,UserIdentityProperties>

Returns

Applies to

CreateTopic(String, String, String, Dictionary<String,String>)

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