NotificationHubNamespaceAuthorizationRuleCollection 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 NotificationHubNamespaceAuthorizationRuleResource und deren Vorgänge darstellt. Jedes NotificationHubNamespaceAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von NotificationHubNamespaceResource. Um einen NotificationHubNamespaceAuthorizationRuleCollection instance rufen Sie die GetNotificationHubNamespaceAuthorizationRules-Methode aus einer instance von aufNotificationHubNamespaceResource.
public class NotificationHubNamespaceAuthorizationRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubNamespaceAuthorizationRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubNamespaceAuthorizationRuleResource>
type NotificationHubNamespaceAuthorizationRuleCollection = class
inherit ArmCollection
interface seq<NotificationHubNamespaceAuthorizationRuleResource>
interface IEnumerable
interface IAsyncEnumerable<NotificationHubNamespaceAuthorizationRuleResource>
Public Class NotificationHubNamespaceAuthorizationRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NotificationHubNamespaceAuthorizationRuleResource), IEnumerable(Of NotificationHubNamespaceAuthorizationRuleResource)
- Vererbung
- Implementiert
Konstruktoren
NotificationHubNamespaceAuthorizationRuleCollection() |
Initialisiert eine neue instance der NotificationHubNamespaceAuthorizationRuleCollection -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 eine Autorisierungsregel für einen Namespace
|
CreateOrUpdateAsync(WaitUntil, String, SharedAccessAuthorizationRuleCreateOrUpdateContent, CancellationToken) |
Erstellt eine Autorisierungsregel für einen Namespace
|
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 Namespace nach Name ab.
|
GetAll(CancellationToken) |
Ruft die Autorisierungsregeln für einen Namespace ab.
|
GetAllAsync(CancellationToken) |
Ruft die Autorisierungsregeln für einen Namespace ab.
|
GetAsync(String, CancellationToken) |
Ruft eine Autorisierungsregel für einen Namespace 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<NotificationHubNamespaceAuthorizationRuleResource>.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<NotificationHubNamespaceAuthorizationRuleResource>.GetEnumerator() |
Gibt einen Enumerator zurück, der die Auflistung durchläuft. |