NotificationHubAuthorizationRuleCollection Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Klasse, die eine Auflistung von NotificationHubAuthorizationRuleResource und deren Vorgänge darstellt. Jedes NotificationHubAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von NotificationHubResource. Um einen NotificationHubAuthorizationRuleCollection instance rufen Sie die GetNotificationHubAuthorizationRules-Methode aus einer instance von aufNotificationHubResource.
public class NotificationHubAuthorizationRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubAuthorizationRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubAuthorizationRuleResource>
type NotificationHubAuthorizationRuleCollection = class
inherit ArmCollection
interface seq<NotificationHubAuthorizationRuleResource>
interface IEnumerable
interface IAsyncEnumerable<NotificationHubAuthorizationRuleResource>
Public Class NotificationHubAuthorizationRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NotificationHubAuthorizationRuleResource), IEnumerable(Of NotificationHubAuthorizationRuleResource)
- Vererbung
- Implementiert
Konstruktoren
NotificationHubAuthorizationRuleCollection() |
Initialisiert eine neue instance der NotificationHubAuthorizationRuleCollection -Klasse zum Mocking. |
Eigenschaften
Client |
Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde. (Geerbt von ArmCollection) |
Diagnostics |
Ruft die Diagnoseoptionen für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Endpoint |
Ruft den Basis-URI für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Id |
Ruft den Ressourcenbezeichner ab. (Geerbt von ArmCollection) |
Pipeline |
Ruft die Pipeline für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Methoden
CreateOrUpdate(WaitUntil, String, SharedAccessAuthorizationRuleCreateOrUpdateContent, CancellationToken) |
Erstellt/Updates einer Autorisierungsregel für einen NotificationHub
|
CreateOrUpdateAsync(WaitUntil, String, SharedAccessAuthorizationRuleCreateOrUpdateContent, CancellationToken) |
Erstellt/Updates einer Autorisierungsregel für einen NotificationHub
|
Exists(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
ExistsAsync(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
Get(String, CancellationToken) |
Ruft eine Autorisierungsregel für einen NotificationHub nach Name ab.
|
GetAll(CancellationToken) |
Ruft die Autorisierungsregeln für einen NotificationHub ab.
|
GetAllAsync(CancellationToken) |
Ruft die Autorisierungsregeln für einen NotificationHub ab.
|
GetAsync(String, CancellationToken) |
Ruft eine Autorisierungsregel für einen NotificationHub nach Name ab.
|
TryGetApiVersion(ResourceType, String) |
Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde. (Geerbt von ArmCollection) |
Explizite Schnittstellenimplementierungen
IAsyncEnumerable<NotificationHubAuthorizationRuleResource>.GetAsyncEnumerator(CancellationToken) |
Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft. |
IEnumerable.GetEnumerator() |
Gibt einen Enumerator zurück, der eine Auflistung durchläuft. |
IEnumerable<NotificationHubAuthorizationRuleResource>.GetEnumerator() |
Gibt einen Enumerator zurück, der die Auflistung durchläuft. |