RuleT - the specific authorization rule typepublic interface AuthorizationRule<RuleT extends AuthorizationRule<RuleT>> extends NestedResource, HasInnerModel<AuthorizationRuleInner>, HasManager<EventHubsManager>, Refreshable<RuleT>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthorizationRule.DefinitionStages
Grouping of commons authorization rule definition stages shared
between event hub namespace authorization rule and event hub authorization rule.
|
static interface |
AuthorizationRule.UpdateStages
Grouping of commons authorization rule update stages shared
between event hub namespace authorization rule and event hub authorization rule.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubAuthorizationKey |
getKeys() |
Mono<EventHubAuthorizationKey> |
getKeysAsync() |
EventHubAuthorizationKey |
regenerateKey(KeyType keyType)
Regenerates primary or secondary keys.
|
Mono<EventHubAuthorizationKey> |
regenerateKeyAsync(KeyType keyType)
Regenerates primary or secondary access keys.
|
List<AccessRights> |
rights() |
id, name, typeinnerModelmanagerrefresh, refreshAsyncList<AccessRights> rights()
Mono<EventHubAuthorizationKey> getKeysAsync()
EventHubAuthorizationKey getKeys()
Mono<EventHubAuthorizationKey> regenerateKeyAsync(KeyType keyType)
keyType - the key to regenerateEventHubAuthorizationKey regenerateKey(KeyType keyType)
keyType - the key to regenerateCopyright © 2020 Microsoft Corporation. All rights reserved.