Interface EventHubAuthorizationRule
- All Superinterfaces:
AuthorizationRule<EventHubAuthorizationRule>
,HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>
,HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
,Indexable
,NestedResource
,Refreshable<EventHubAuthorizationRule>
@Beta(V1_7_0)
public interface EventHubAuthorizationRule
extends AuthorizationRule<EventHubAuthorizationRule>
Type representing authorization rule of an event hub.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of the event hub namespace authorization rule definition.static interface
Grouping of event hub authorization rule definition stages.static interface
The entirety of the event hub authorization rule update.Nested classes/interfaces inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule
AuthorizationRule.UpdateStages
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKeyAsync, rights
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.eventhub.NestedResource
id, name, type
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
namespaceResourceGroupName
- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
- Returns:
- the namespace name of parent event hub
-
eventHubName
- Returns:
- the name of the parent event hub
-