| Modifier and Type | Method and Description |
|---|---|
EventHubAuthorizationKey |
AuthorizationRule.getKeys() |
EventHubAuthorizationKey |
AuthorizationRule.regenerateKey(KeyType keyType)
Regenerates primary or secondary keys.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<EventHubAuthorizationKey> |
AuthorizationRule.getKeysAsync() |
rx.Observable<EventHubAuthorizationKey> |
AuthorizationRule.regenerateKeyAsync(KeyType keyType)
Regenerates primary or secondary access keys.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/