AuthorizationRules.GetRules Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetRules(String) |
Obtient l’ensemble de AuthorizationRule qui correspond à la valeur spécifiée. |
GetRules(Predicate<AuthorizationRule>) |
Obtient les jeux de AuthorizationRule. |
GetRules(String)
Obtient l’ensemble de AuthorizationRule qui correspond à la valeur spécifiée.
public System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule> GetRules (string claimValue);
member this.GetRules : string -> System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule>
Public Function GetRules (claimValue As String) As List(Of AuthorizationRule)
Paramètres
- claimValue
- String
La valeur à rechercher.
Retours
Ensembles de AuthorizationRule qui correspondent à la valeur spécifiée.
S’applique à
GetRules(Predicate<AuthorizationRule>)
Obtient les jeux de AuthorizationRule.
public System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule> GetRules (Predicate<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule> match);
member this.GetRules : Predicate<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule> -> System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule>
Public Function GetRules (match As Predicate(Of AuthorizationRule)) As List(Of AuthorizationRule)
Paramètres
- match
- Predicate<AuthorizationRule>
Règle d’autorisation correspondant à la valeur spécifiée.
Retours
Ensembles de AuthorizationRule qui correspondent à la valeur spécifiée.
S’applique à
Azure SDK for .NET