Interface QueueAuthorizationRule
-
- All Superinterfaces:
AuthorizationRule<QueueAuthorizationRule>,GroupableResource<ServiceBusManager,SBAuthorizationRuleInner>,HasId,HasInnerModel<SBAuthorizationRuleInner>,HasManager<ServiceBusManager>,HasName,HasResourceGroup,IndependentChild<ServiceBusManager>,IndependentChildResource<ServiceBusManager,SBAuthorizationRuleInner>,Indexable,Refreshable<QueueAuthorizationRule>,Resource,Updatable<QueueAuthorizationRule.Update>
public interface QueueAuthorizationRule extends AuthorizationRule<QueueAuthorizationRule>, Updatable<QueueAuthorizationRule.Update>
Type representing authorization rule defined for queue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceQueueAuthorizationRule.DefinitionThe entirety of the queue authorization rule definition.static interfaceQueueAuthorizationRule.DefinitionStagesGrouping of Service Bus queue authorization rule definition stages.static interfaceQueueAuthorizationRule.UpdateThe entirety of the queue 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()StringqueueName()-
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
-
-