Interface NamespaceAuthorizationRule
- All Superinterfaces:
AuthorizationRule<NamespaceAuthorizationRule>
,GroupableResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,
,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> HasId
,HasInner<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>
,HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
,HasName
,HasResourceGroup
,IndependentChild<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
,IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,
,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> Indexable
,Refreshable<NamespaceAuthorizationRule>
,Resource
,Updatable<NamespaceAuthorizationRule.Update>
public interface NamespaceAuthorizationRule
extends AuthorizationRule<NamespaceAuthorizationRule>, Updatable<NamespaceAuthorizationRule.Update>
Type representing authorization rule defined for namespace.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the namespace authorization rule definition.static interface
Grouping of Service Bus namespace authorization rule definition stages.static interface
The entirety of the namespace authorization rule update.Nested classes/interfaces inherited from interface com.microsoft.azure.management.servicebus.AuthorizationRule
AuthorizationRule.UpdateStages
Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.servicebus.AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKeyAsync, rights
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
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.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
namespaceName
String namespaceName()- Returns:
- the name of the parent namespace name
-