Freigeben über


NotificationHubAuthorizationRuleCollection Klasse

Definition

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

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

Erstellt/Updates einer Autorisierungsregel für einen NotificationHub

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

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

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

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

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

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

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

Ruft die Autorisierungsregeln für einen NotificationHub ab.

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

Ruft die Autorisierungsregeln für einen NotificationHub ab.

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

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

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

Gilt für: