Partager via


ITopicAuthorizationRules Interface

Définition

Point d’entrée à l’API de gestion des règles d’autorisation de rubrique.

public interface ITopicAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>
type ITopicAuthorizationRules = interface
    interface IAuthorizationRules<ITopicAuthorizationRule>
    interface ISupportsListing<ITopicAuthorizationRule>
    interface ISupportsGettingByName<ITopicAuthorizationRule>
    interface ISupportsDeletingByName
    interface IHasManager<IServiceBusManager>
    interface ISupportsCreating<IBlank>
    interface IHasInner<ITopicsOperations>
Public Interface ITopicAuthorizationRules
Implements IAuthorizationRules(Of ITopicAuthorizationRule), IHasInner(Of ITopicsOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of ITopicAuthorizationRule), ISupportsListing(Of ITopicAuthorizationRule)
Implémente

Propriétés

Inner

Point d’entrée à l’API de gestion des règles d’autorisation de rubrique.

(Hérité de IHasInner<T>)
Manager

Obtient le type de client manager de ce type de ressource.

(Hérité de IHasManager<ManagerT>)

Méthodes

Define(String)

Point d’entrée à l’API de gestion des règles d’autorisation de rubrique.

(Hérité de ISupportsCreating<T>)
DeleteByName(String)

Supprime une ressource d’Azure, l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Supprime une ressource de manière asynchrone d’Azure, en l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)

S’applique à