Interface EventHubNamespaceAuthorizationRule
- All Superinterfaces:
AuthorizationRule<EventHubNamespaceAuthorizationRule>
,HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>
,HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
,Indexable
,NestedResource
,Refreshable<EventHubNamespaceAuthorizationRule>
@Beta(V1_7_0)
public interface EventHubNamespaceAuthorizationRule
extends AuthorizationRule<EventHubNamespaceAuthorizationRule>
Type representing authorization rule of an event hub namespace.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of the event hub namespace authorization rule definition.static interface
Grouping of Event Hub namespace authorization rule definition stages.static interface
The entirety of the event hub namespace authorization rule update.Nested classes/interfaces inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule
AuthorizationRule.UpdateStages
-
Method Summary
Methods 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 name of the event hub namespace.
-