AuthorizationRule<RuleT> Interface
Type Parameters
- RuleT
the specific authorization rule type
Implements
public interface AuthorizationRule
extends NestedResource, HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, Refreshable<RuleT>
The base type representing authorization rule of event hub namespace and event hub.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Event |
getKeys() |
abstract
rx.Observable<Event |
getKeysAsync() |
abstract
Event |
regenerateKey(KeyType keyType)
Regenerates primary or secondary keys. |
abstract
rx.Observable<Event |
regenerateKeyAsync(KeyType keyType)
Regenerates primary or secondary access keys. |
abstract
java.util.List<Access |
rights() |
Method Details
getKeys
public abstract EventHubAuthorizationKey getKeys()
Returns:
getKeysAsync
public abstract Observable
Returns:
regenerateKey
public abstract EventHubAuthorizationKey regenerateKey(KeyType keyType)
Regenerates primary or secondary keys.
Parameters:
Returns:
regenerateKeyAsync
public abstract Observable
Regenerates primary or secondary access keys.
Parameters:
Returns:
rights
public abstract List
Returns:
Applies to
Azure SDK for Java