Freigeben über


NotificationHubNamespaceAuthorizationRuleCollection Klasse

Definition

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
NotificationHubNamespaceAuthorizationRuleCollection
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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_CreateOrUpdateAuthorizationRule
CreateOrUpdateAsync(WaitUntil, String, SharedAccessAuthorizationRuleCreateOrUpdateContent, CancellationToken)

Erstellt eine Autorisierungsregel für einen Namespace

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_CreateOrUpdateAuthorizationRule
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_GetAuthorizationRule
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_GetAuthorizationRule
Get(String, CancellationToken)

Ruft eine Autorisierungsregel für einen Namespace nach Name ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_GetAuthorizationRule
GetAll(CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules
  • Vorgang IdNamespaces_ListAuthorizationRules
GetAllAsync(CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules
  • Vorgang IdNamespaces_ListAuthorizationRules
GetAsync(String, CancellationToken)

Ruft eine Autorisierungsregel für einen Namespace nach Name ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/AuthorizationRules/{authorizationRuleName}
  • Vorgang IdNamespaces_GetAuthorizationRule
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.

Gilt für: