Interface NamespaceAuthorizationRule
- All Superinterfaces:
AuthorizationRule<NamespaceAuthorizationRule>, com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource<ServiceBusManager, SBAuthorizationRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<SBAuthorizationRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<ServiceBusManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChild<ServiceBusManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChildResource<ServiceBusManager, SBAuthorizationRuleInner>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<NamespaceAuthorizationRule>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource, com.azure.resourcemanager.resources.fluentcore.model.Updatable<NamespaceAuthorizationRule.Update>
public interface NamespaceAuthorizationRule
extends AuthorizationRule<NamespaceAuthorizationRule>, com.azure.resourcemanager.resources.fluentcore.model.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 com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags<T> -
Field Summary
Fields inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
DUMMY -
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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
idMethods 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.Indexable
keyMethods 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, typeMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
Method Details
-
namespaceName
String namespaceName()Gets the name of the parent namespace name.- Returns:
- the name of the parent namespace name
-