Freigeben über


EventHubsDisasterRecoveryAuthorizationRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren EventHubsDisasterRecoveryAuthorizationRuleResource Vorgänge darstellt. Jedes EventHubsDisasterRecoveryAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von EventHubsDisasterRecoveryResource. Um eine EventHubsDisasterRecoveryAuthorizationRuleCollection instance rufen Sie die GetEventHubsDisasterRecoveryAuthorizationRules-Methode aus einer instance von aufEventHubsDisasterRecoveryResource.

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

Konstruktoren

EventHubsDisasterRecoveryAuthorizationRuleCollection()

Initialisiert eine neue instance der -Klasse für die EventHubsDisasterRecoveryAuthorizationRuleCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdDisasterRecoveryConfigs_GetAuthorizationRule
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdDisasterRecoveryConfigs_GetAuthorizationRule
Get(String, CancellationToken)

Ruft eine AuthorizationRule für einen Namespace nach Regelname ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdDisasterRecoveryConfigs_GetAuthorizationRule
GetAll(CancellationToken)

Ruft eine Liste der Autorisierungsregeln für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules
  • Vorgangs-IdDisasterRecoveryConfigs_ListAuthorizationRules
GetAllAsync(CancellationToken)

Ruft eine Liste der Autorisierungsregeln für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules
  • Vorgangs-IdDisasterRecoveryConfigs_ListAuthorizationRules
GetAsync(String, CancellationToken)

Ruft eine AuthorizationRule für einen Namespace nach Regelname ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdDisasterRecoveryConfigs_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<EventHubsDisasterRecoveryAuthorizationRuleResource>.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<EventHubsDisasterRecoveryAuthorizationRuleResource>.GetEnumerator()

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

Gilt für: