你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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