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

IEventHubNamespaceAuthorizationRules.GetByName(String, String, String) 方法

定义

获取资源组中命名空间下的授权规则。

public Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule GetByName (string resourceGroupName, string namespaceName, string name);
abstract member GetByName : string * string * string -> Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule
Public Function GetByName (resourceGroupName As String, namespaceName As String, name As String) As IEventHubNamespaceAuthorizationRule

参数

resourceGroupName
String

资源组名称。

namespaceName
String

命名空间名称。

name
String

授权规则名称。

返回

适用于