AuthorizationRules.GetRules メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET