Interface NamespaceAuthorizationRule
- All Superinterfaces:
AuthorizationRule<NamespaceAuthorizationRule>, GroupableResource<ServiceBusManager, SBAuthorizationRuleInner>, HasId, HasInnerModel<SBAuthorizationRuleInner>, HasManager<ServiceBusManager>, HasName, HasResourceGroup, IndependentChild<ServiceBusManager>, IndependentChildResource<ServiceBusManager, SBAuthorizationRuleInner>, 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the namespace authorization rule definition.static interfaceGrouping of Service Bus namespace authorization rule definition stages.static interfaceThe entirety of the namespace authorization rule update.Nested classes/interfaces inherited from interface AuthorizationRule
AuthorizationRule.UpdateStagesNested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the parent namespace name.Methods inherited from interface AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKey, regenerateKeyAsync, regenerateKeyAsync, rightsMethods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, type
-
Method Details
-
namespaceName
String namespaceName()Gets the name of the parent namespace name.- Returns:
- the name of the parent namespace name
-