Interface AuthorizationRule<RuleT extends AuthorizationRule<RuleT>>
- Type Parameters:
RuleT
- the specific rule type
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,
,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> HasId
,HasInner<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>
,HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
,HasName
,HasResourceGroup
,IndependentChild<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
,IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,
,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> Indexable
,Refreshable<RuleT>
,Resource
- All Known Subinterfaces:
NamespaceAuthorizationRule
,QueueAuthorizationRule
,TopicAuthorizationRule
public interface AuthorizationRule<RuleT extends AuthorizationRule<RuleT>>
extends IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>, Refreshable<RuleT>
Type representing authorization rule.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Grouping of commons authorization rule definition stages shared between different Service Bus entities (namespace, queue, topic, subscription) access rules.static interface
Grouping of commons authorization rule update stages shared between different Service Bus entities (namespace, queue, topic, subscription) access rules.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
rx.Observable<AuthorizationKeys>
regenerateKey
(Policykey policykey) Regenerates primary or secondary keys.rx.Observable<AuthorizationKeys>
regenerateKeyAsync
(Policykey policykey) Regenerates primary or secondary keys.rights()
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
rights
List<AccessRights> rights()- Returns:
- rights associated with the rule
-
getKeysAsync
rx.Observable<AuthorizationKeys> getKeysAsync()- Returns:
- a representation of the deferred computation of this call, returning the primary, secondary keys and the connection strings
-
getKeys
AuthorizationKeys getKeys()- Returns:
- the primary, secondary keys and connection strings
-
regenerateKeyAsync
Regenerates primary or secondary keys.- Parameters:
policykey
- the key to regenerate- Returns:
- a representation of the deferred computation of this call, returning the primary, secondary keys and the connection strings
-
regenerateKey
Regenerates primary or secondary keys.- Parameters:
policykey
- the key to regenerate- Returns:
- primary, secondary keys and connection strings
-