IEventHubs 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 hubs.
public interface IEventHubs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>, 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 IEventHubs = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHub>
interface IHasInner<IEventHubsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubs
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHub)
- Implements
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHub> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Properties
AuthorizationRules |
Gets entry point to manage authorization rules of event hubs. |
ConsumerGroups |
Gets entry point to manage consumer group of event hubs. |
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) |
Deletes an event hub in a namespace under a resource group. |
DeleteByNameAsync(String, String, String, CancellationToken) |
Deletes 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) |
Gets an event hub in a namespace under a resource group. |
GetByNameAsync(String, String, String, CancellationToken) |
Gets an event hub in a namespace under a resource group. |
ListByNamespace(String, String) |
Lists the event hubs in a namespace under a resource group. |
ListByNamespaceAsync(String, String, CancellationToken) |
Lists the event hubs in a namespace under a resource group. |
Applies to
Azure SDK for .NET