RuleT
- the specific rule typepublic interface AuthorizationRule<RuleT extends AuthorizationRule<RuleT>> extends IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>, Refreshable<RuleT>
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthorizationRule.DefinitionStages
Grouping of commons authorization rule definition stages shared between different Service Bus
entities (namespace, queue, topic, subscription) access rules.
|
static interface |
AuthorizationRule.UpdateStages
Grouping of commons authorization rule update stages shared between different Service Bus
entities (namespace, queue, topic, subscription) access rules.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
AuthorizationKeys |
getKeys() |
rx.Observable<AuthorizationKeys> |
getKeysAsync() |
AuthorizationKeys |
regenerateKey(Policykey policykey)
Regenerates primary or secondary keys.
|
rx.Observable<AuthorizationKeys> |
regenerateKeyAsync(Policykey policykey)
Regenerates primary or secondary keys.
|
List<AccessRights> |
rights() |
region, regionName, tags, type
key
id
name
inner
resourceGroupName
manager
refresh, refreshAsync
List<AccessRights> rights()
rx.Observable<AuthorizationKeys> getKeysAsync()
AuthorizationKeys getKeys()
rx.Observable<AuthorizationKeys> regenerateKeyAsync(Policykey policykey)
policykey
- the key to regenerateAuthorizationKeys regenerateKey(Policykey policykey)
policykey
- the key to regenerateCopyright © 2019. All rights reserved.