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 com.azure.resourcemanager.servicebus.models.AuthorizationRule
AuthorizationRule.UpdateStagesNested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.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 com.azure.resourcemanager.servicebus.models.AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKey, regenerateKeyAsync, 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.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.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
-