EventGridClient.CreateDomain 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.Domain CreateDomain (string resourceGroupName, string domainName, 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, bool disableLocalAuth, bool autoCreateTopicWithFirstSubscription, bool autoDeleteTopicWithLastSubscription);
member this.CreateDomain : 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> * bool * bool * bool -> Microsoft.Azure.Management.EventGrid.Models.Domain
Public Function CreateDomain (resourceGroupName As String, domainName 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), disableLocalAuth As Boolean, autoCreateTopicWithFirstSubscription As Boolean, autoDeleteTopicWithLastSubscription As Boolean) As Domain
Parameters
- resourceGroupName
- String
- domainName
- String
- location
- String
- tags
- Dictionary<String,String>
- inputSchema
- String
- inputMappingFields
- Dictionary<String,String>
- inputMappingDefaultValuesDictionary
- Dictionary<String,String>
- inboundIpRules
- Dictionary<String,String>
- publicNetworkAccess
- String
- identityType
- String
- userAssignedIdentities
- Dictionary<String,UserIdentityProperties>
- disableLocalAuth
- Boolean
- autoCreateTopicWithFirstSubscription
- Boolean
- autoDeleteTopicWithLastSubscription
- Boolean