Freigeben über


EventHubAuthorizationRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von EventHubAuthorizationRuleResource und deren Vorgänge darstellt. Jedes EventHubAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von EventHubResource. Um einen EventHubAuthorizationRuleCollection instance rufen Sie die GetEventHubAuthorizationRules-Methode aus einer instance von aufEventHubResource.

public class EventHubAuthorizationRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>
type EventHubAuthorizationRuleCollection = class
    inherit ArmCollection
    interface seq<EventHubAuthorizationRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<EventHubAuthorizationRuleResource>
Public Class EventHubAuthorizationRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of EventHubAuthorizationRuleResource), IEnumerable(Of EventHubAuthorizationRuleResource)
Vererbung
EventHubAuthorizationRuleCollection
Implementiert

Konstruktoren

EventHubAuthorizationRuleCollection()

Initialisiert eine neue instance der EventHubAuthorizationRuleCollection -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, EventHubsAuthorizationRuleData, CancellationToken)

Erstellt oder aktualisiert eine AuthorizationRule für den angegebenen Event Hub. Die Erstellung/Aktualisierung der AuthorizationRule dauert einige Sekunden, bis sie wirksam wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_CreateOrUpdateAuthorizationRule
CreateOrUpdateAsync(WaitUntil, String, EventHubsAuthorizationRuleData, CancellationToken)

Erstellt oder aktualisiert eine AuthorizationRule für den angegebenen Event Hub. Die Erstellung/Aktualisierung der AuthorizationRule dauert einige Sekunden, bis sie wirksam wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_CreateOrUpdateAuthorizationRule
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_GetAuthorizationRule
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_GetAuthorizationRule
Get(String, CancellationToken)

Ruft eine AuthorizationRule für einen Event Hub nach Regelname ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_GetAuthorizationRule
GetAll(CancellationToken)

Ruft die Autorisierungsregeln für einen Event Hub ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules
  • Vorgang IdEventHubs_ListAuthorizationRules
GetAllAsync(CancellationToken)

Ruft die Autorisierungsregeln für einen Event Hub ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules
  • Vorgang IdEventHubs_ListAuthorizationRules
GetAsync(String, CancellationToken)

Ruft eine AuthorizationRule für einen Event Hub nach Regelname ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdEventHubs_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<EventHubAuthorizationRuleResource>.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<EventHubAuthorizationRuleResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: