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

AuthorizationRules.GetRules 方法

定义

重载

GetRules(String)

获取与指定值匹配的 的集 AuthorizationRule

GetRules(Predicate<AuthorizationRule>)

获取 的 AuthorizationRule集。

GetRules(String)

获取与指定值匹配的 的集 AuthorizationRule

public System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.AuthorizationRule> GetRules (string claimValue);
member this.GetRules : string -> System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.AuthorizationRule>
Public Function GetRules (claimValue As String) As List(Of AuthorizationRule)

参数

claimValue
String

要搜索的值。

返回

与指定值匹配的 的集 AuthorizationRule

适用于

GetRules(Predicate<AuthorizationRule>)

获取 的 AuthorizationRule集。

public System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.AuthorizationRule> GetRules (Predicate<Microsoft.ServiceBus.Messaging.AuthorizationRule> match);
member this.GetRules : Predicate<Microsoft.ServiceBus.Messaging.AuthorizationRule> -> System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.AuthorizationRule>
Public Function GetRules (match As Predicate(Of AuthorizationRule)) As List(Of AuthorizationRule)

参数

match
Predicate<AuthorizationRule>

与指定值匹配的授权规则。

返回

与指定值匹配的 的集 AuthorizationRule

适用于