EventGridClient.CreatePartnerNamespace 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.PartnerNamespace CreatePartnerNamespace (string resourceGroupName, string partnerNamespaceName, string location, System.Collections.Generic.Dictionary<string,string> tags, System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection> privateEndpointConnections, System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> inboundIpRules, string partnerRegistrationFullyQualifiedId, string endpoint, string publicNetworkAccess, bool? disableLocalAuth, string partnerTopicRoutingMode);
member this.CreatePartnerNamespace : string * string * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection> * System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace
Public Function CreatePartnerNamespace (resourceGroupName As String, partnerNamespaceName As String, location As String, tags As Dictionary(Of String, String), privateEndpointConnections As List(Of PrivateEndpointConnection), inboundIpRules As List(Of InboundIpRule), partnerRegistrationFullyQualifiedId As String, endpoint As String, publicNetworkAccess As String, disableLocalAuth As Nullable(Of Boolean), partnerTopicRoutingMode As String) As PartnerNamespace
Parameters
- resourceGroupName
- String
- partnerNamespaceName
- String
- location
- String
- tags
- Dictionary<String,String>
- privateEndpointConnections
- List<PrivateEndpointConnection>
- inboundIpRules
- List<InboundIpRule>
- partnerRegistrationFullyQualifiedId
- String
- endpoint
- String
- publicNetworkAccess
- String
- partnerTopicRoutingMode
- String