Interface EventHubAuthorizationRule
-
- All Superinterfaces:
AuthorizationRule<EventHubAuthorizationRule>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,NestedResource,com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubAuthorizationRule>
@Beta(V1_7_0) public interface EventHubAuthorizationRule extends AuthorizationRule<EventHubAuthorizationRule>
Type representing authorization rule of an event hub.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubAuthorizationRule.DefinitionThe entirety of the event hub namespace authorization rule definition.static interfaceEventHubAuthorizationRule.DefinitionStagesGrouping of event hub authorization rule definition stages.static interfaceEventHubAuthorizationRule.UpdateThe entirety of the event hub authorization rule update.-
Nested classes/interfaces inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule
AuthorizationRule.UpdateStages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringeventHubName()StringnamespaceName()StringnamespaceResourceGroupName()-
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
-
-
-
-
Method Detail
-
namespaceResourceGroupName
@Beta(V1_7_0) String namespaceResourceGroupName()
- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
@Beta(V1_7_0) String namespaceName()
- Returns:
- the namespace name of parent event hub
-
eventHubName
@Beta(V1_7_0) String eventHubName()
- Returns:
- the name of the parent event hub
-
-