IEventHubNamespaceAuthorizationRules Interface

Definition

Entry point to manage event hub namespace authorization rules.

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)
Implements
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubNamespaceAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> 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)

Deletes an authorization rule under a namespace in a resource group.

DeleteByNameAsync(String, String, String, CancellationToken)

Deletes an authorization rule under a namespace in 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 authorization rule under a namespace in a resource group.

GetByNameAsync(String, String, String, CancellationToken)

Gets an authorization rule under a namespace in a resource group.

ListByNamespace(String, String)

Lists the authorization rules under a namespace in a resource group.

ListByNamespaceAsync(String, String, CancellationToken)

Lists the authorization rules under a namespace in a resource group.

Applies to