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 Classes Modifier and Type Interface Description static interfaceNamespaceAuthorizationRule.DefinitionThe entirety of the namespace authorization rule definition.static interfaceNamespaceAuthorizationRule.DefinitionStagesGrouping of Service Bus namespace authorization rule definition stages.static interfaceNamespaceAuthorizationRule.UpdateThe entirety of the namespace authorization rule update.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.servicebus.models.AuthorizationRule
AuthorizationRule.UpdateStages
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringnamespaceName()-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.AuthorizationRule
getKeys, getKeysAsync, regenerateKey, regenerateKey, regenerateKeyAsync, regenerateKeyAsync, rights
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
namespaceName
String namespaceName()
- Returns:
- the name of the parent namespace name
-
-