IEventHubAuthorizationRule Interface

Definition

Type representing authorization rule of an event hub.

public interface IEventHubAuthorizationRule : Microsoft.Azure.Management.Eventhub.Fluent.IAuthorizationRule<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>, 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.IEventHubAuthorizationRule>
type IEventHubAuthorizationRule = interface
    interface IBeta
    interface IAuthorizationRule<IEventHubAuthorizationRule>
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasInner<AuthorizationRuleInner>
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubAuthorizationRule>
Public Interface IEventHubAuthorizationRule
Implements IAuthorizationRule(Of IEventHubAuthorizationRule), IBeta, IHasId, IHasInner(Of AuthorizationRuleInner), IHasManager(Of IEventHubManager), IIndexable, IRefreshable(Of IEventHubAuthorizationRule)
Implements

Properties

EventHubName

Gets the name of the parent event hub.

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 namespace name of parent event hub.

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