IEventHubAuthorizationRules Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to manage event hub authorization rules.
public interface IEventHubAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubAuthorizationRules = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubAuthorizationRule>
interface IHasInner<IEventHubsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubAuthorizationRules
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubAuthorizationRule)
- Implements
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteById(String) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByName(String, String, String, String) |
Deletes an authorization rule of an event hub in a namespace under a resource group. |
DeleteByNameAsync(String, String, String, String, CancellationToken) |
Deletes an authorization rule of an event hub in a namespace under a resource group. |
GetById(String) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByName(String, String, String, String) |
Gets an authorization rule of an event hub in a namespace under a resource group. |
GetByNameAsync(String, String, String, String, CancellationToken) |
Gets an authorization rule of an event hub in a namespace in a resource group. |
ListByEventHub(String, String, String) |
Lists the authorization rules of an event hub in a namespace under a resource group. |
ListByEventHubAsync(String, String, String, CancellationToken) |
Lists the authorization rules of an event hub in a namespace under a resource group. |
Applies to
Azure SDK for .NET