IEventHubNamespaceAuthorizationRules Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée pour gérer les règles d’autorisation de l’espace de noms Event Hub.
public interface IEventHubNamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubNamespaceAuthorizationRules = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubNamespaceAuthorizationRule>
interface IHasInner<INamespacesOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubNamespaceAuthorizationRules
Implements IBeta, IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubNamespaceAuthorizationRule)
- Implémente
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubNamespaceAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Propriétés
Inner |
Point d’entrée pour gérer les règles d’autorisation de l’espace de noms Event Hub. (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 pour gérer les règles d’autorisation de l’espace de noms Event Hub. (Hérité de ISupportsCreating<T>) |
DeleteById(String) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByName(String, String, String) |
Supprime une règle d’autorisation sous un espace de noms dans un groupe de ressources. |
DeleteByNameAsync(String, String, String, CancellationToken) |
Supprime une règle d’autorisation sous un espace de noms dans un groupe de ressources. |
GetById(String) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByName(String, String, String) |
Obtient une règle d’autorisation sous un espace de noms dans un groupe de ressources. |
GetByNameAsync(String, String, String, CancellationToken) |
Obtient une règle d’autorisation sous un espace de noms dans un groupe de ressources. |
ListByNamespace(String, String) |
Répertorie les règles d’autorisation sous un espace de noms dans un groupe de ressources. |
ListByNamespaceAsync(String, String, CancellationToken) |
Répertorie les règles d’autorisation sous un espace de noms dans un groupe de ressources. |
S’applique à
Azure SDK for .NET