Interface EventHubNamespaceAuthorizationRule
- All Superinterfaces:
AuthorizationRule<EventHubNamespaceAuthorizationRule>,HasInnerModel<AuthorizationRuleInner>,HasManager<EventHubsManager>,Indexable,NestedResource,Refreshable<EventHubNamespaceAuthorizationRule>
public interface EventHubNamespaceAuthorizationRule
extends AuthorizationRule<EventHubNamespaceAuthorizationRule>
Type representing authorization rule of an event hub namespace.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub namespace authorization rule definition.static interfaceGrouping of Event Hub namespace authorization rule definition stages.static interfaceThe entirety of the event hub namespace 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 event hub namespace.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 name of the event hub namespace.- Returns:
- the name of the event hub namespace.
-