Freigeben über


ServiceBusTopicAuthorizationRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ServiceBusTopicAuthorizationRuleResource und deren Vorgänge darstellt. Jedes ServiceBusTopicAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von ServiceBusTopicResource. Um eine ServiceBusTopicAuthorizationRuleCollection instance rufen Sie die GetServiceBusTopicAuthorizationRules-Methode aus einer instance von aufServiceBusTopicResource.

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

Konstruktoren

ServiceBusTopicAuthorizationRuleCollection()

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

Erstellt eine Autorisierungsregel für das angegebene Thema.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ServiceBusAuthorizationRuleData, CancellationToken)

Erstellt eine Autorisierungsregel für das angegebene Thema.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_Get
Get(String, CancellationToken)

Gibt die angegebene Autorisierungsregel zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_Get
GetAll(CancellationToken)

Ruft Autorisierungsregeln für ein Thema ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules
  • Vorgang IdTopicAuthorizationRules_List
GetAllAsync(CancellationToken)

Ruft Autorisierungsregeln für ein Thema ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules
  • Vorgang IdTopicAuthorizationRules_List
GetAsync(String, CancellationToken)

Gibt die angegebene Autorisierungsregel zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/authorizationRules/{authorizationRuleName}
  • Vorgang IdTopicAuthorizationRules_Get
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<ServiceBusTopicAuthorizationRuleResource>.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<ServiceBusTopicAuthorizationRuleResource>.GetEnumerator()

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

Gilt für: