IEventHubNamespaces 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 EventHub namespaces.
public interface IEventHubNamespaces : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, 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 IEventHubNamespaces = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsListing<IEventHubNamespace>
interface ISupportsListingByResourceGroup<IEventHubNamespace>
interface ISupportsGettingByResourceGroup<IEventHubNamespace>
interface ISupportsGettingById<IEventHubNamespace>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<IEventHubNamespace>
interface ISupportsBatchDeletion
interface IHasManager<IEventHubManager>
interface IHasInner<INamespacesOperations>
Public Interface IEventHubNamespaces
Implements IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsBatchCreation(Of IEventHubNamespace), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IEventHubNamespace), ISupportsGettingByResourceGroup(Of IEventHubNamespace), ISupportsListing(Of IEventHubNamespace), ISupportsListingByResourceGroup(Of IEventHubNamespace)
- Implements
-
ISupportsBatchCreation<IEventHubNamespace> ISupportsBatchDeletion ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IEventHubNamespace> ISupportsGettingByResourceGroup<IEventHubNamespace> ISupportsListing<IEventHubNamespace> ISupportsListingByResourceGroup<IEventHubNamespace> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Properties
AuthorizationRules |
Gets entry point to manage authorization rules of event hub namespaces. |
EventHubs |
Gets entry point to manage event hubs of event hub namespaces. |
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Methods
Create(ICreatable<IFluentResourceT>[]) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
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) |
DeleteByIds(IList<String>) |
Deletes the specified resources from Azure. (Inherited from ISupportsBatchDeletion) |
DeleteByIds(String[]) |
Deletes the specified resources from Azure. (Inherited from ISupportsBatchDeletion) |
DeleteByIdsAsync(IList<String>, CancellationToken) |
Deletes the specified resources from Azure asynchronously and in parallel. (Inherited from ISupportsBatchDeletion) |
DeleteByIdsAsync(String[], CancellationToken) |
Deletes the specified resources from Azure asynchronously and in parallel. (Inherited from ISupportsBatchDeletion) |
DeleteByResourceGroup(String, String) |
Deletes a resource from Azure, identifying it by its name and its resource group. (Inherited from ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Deletes a resource from Azure, identifying it by its name and its resource group. (Inherited from ISupportsDeletingByResourceGroup) |
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>) |
GetByResourceGroup(String, String) |
Gets the information about a resource from Azure based on the resource name and the name of its resource group. (Inherited from ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Gets the information about a resource from Azure based on the resource name and the name of its resource group. (Inherited from ISupportsGettingByResourceGroup<T>) |
List() |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListByResourceGroup(String) |
Lists resources of the specified type in the specified resource group. (Inherited from ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Lists resources of the specified type in the specified resource group. (Inherited from ISupportsListingByResourceGroup<T>) |
Applies to
Azure SDK for .NET