IEventHubNamespaceAuthorizationRule Interface

Definition

Type representing authorization rule of an event hub namespace.

public interface IEventHubNamespaceAuthorizationRule : Microsoft.Azure.Management.Eventhub.Fluent.IAuthorizationRule<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
type IEventHubNamespaceAuthorizationRule = interface
    interface IBeta
    interface IAuthorizationRule<IEventHubNamespaceAuthorizationRule>
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasInner<AuthorizationRuleInner>
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubNamespaceAuthorizationRule>
Public Interface IEventHubNamespaceAuthorizationRule
Implements IAuthorizationRule(Of IEventHubNamespaceAuthorizationRule), IBeta, IHasId, IHasInner(Of AuthorizationRuleInner), IHasManager(Of IEventHubManager), IIndexable, IRefreshable(Of IEventHubNamespaceAuthorizationRule)
Implements

Properties

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the resource name.

(Inherited from INestedResource)
NamespaceName

Gets the name of the event hub namespace.

NamespaceResourceGroupName

Gets the resource group of the namespace where parent event hub resides.

Rights

Gets rights associated with the authorization rule.

(Inherited from IAuthorizationRule<RuleT>)
Type

Gets the resource type.

(Inherited from INestedResource)

Methods

GetKeys() (Inherited from IAuthorizationRule<RuleT>)
GetKeysAsync(CancellationToken) (Inherited from IAuthorizationRule<RuleT>)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RegenerateKey(KeyType)

Regenerates primary or secondary keys.

(Inherited from IAuthorizationRule<RuleT>)
RegenerateKeyAsync(KeyType, CancellationToken)

Regenerates primary or secondary access keys.

(Inherited from IAuthorizationRule<RuleT>)

Applies to