EventHubsClient.CreateOrUpdateEventHubAuthorizationRules Method

Definition

public Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes CreateOrUpdateEventHubAuthorizationRules (string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes parameters);
member this.CreateOrUpdateEventHubAuthorizationRules : string * string * string * string * Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes -> Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes
Public Function CreateOrUpdateEventHubAuthorizationRules (resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, parameters As PSSharedAccessAuthorizationRuleAttributes) As PSSharedAccessAuthorizationRuleAttributes

Parameters

resourceGroupName
String
namespaceName
String
eventHubName
String
authorizationRuleName
String

Returns

Applies to