Interface EventHubAuthorizationRule
- All Superinterfaces:
AuthorizationRule<EventHubAuthorizationRule>,HasInnerModel<AuthorizationRuleInner>,HasManager<EventHubsManager>,Indexable,NestedResource,Refreshable<EventHubAuthorizationRule>
Type representing authorization rule of an event hub.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub namespace authorization rule definition.static interfaceGrouping of event hub authorization rule definition stages.static interfaceThe entirety of the event hub authorization rule update.Nested classes/interfaces inherited from interface com.azure.resourcemanager.eventhubs.models.AuthorizationRule
AuthorizationRule.UpdateStages -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.azure.resourcemanager.eventhubs.models.AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKeyAsync, rightsMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.eventhubs.models.NestedResource
id, name, typeMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
namespaceResourceGroupName
String namespaceResourceGroupName()- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
String namespaceName()- Returns:
- the namespace name of parent event hub
-
eventHubName
String eventHubName()- Returns:
- the name of the parent event hub
-