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 TypeMethodDescriptionGets the name of the parent event hub.Gets the namespace name of parent event hub.Gets the resource group of the namespace where parent event hub resides.Methods 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()Gets the resource group of the namespace where parent event hub resides.- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
String namespaceName()Gets the namespace name of parent event hub.- Returns:
- the namespace name of parent event hub
-
eventHubName
String eventHubName()Gets the name of the parent event hub.- Returns:
- the name of the parent event hub
-