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

IEventHubNamespaceAuthorizationRules.ListByNamespace(String, String) 方法

定义

列出资源组中命名空间下的授权规则。

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule> ListByNamespace (string resourceGroupName, string namespaceName);
abstract member ListByNamespace : string * string -> seq<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
Public Function ListByNamespace (resourceGroupName As String, namespaceName As String) As IEnumerable(Of IEventHubNamespaceAuthorizationRule)

参数

resourceGroupName
String

资源组名称。

namespaceName
String

命名空间名称。

返回

适用于