你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthorizationRule<RuleT> Interface
Type Parameters
- RuleT
the specific rule type
Implements
public interface AuthorizationRule
extends IndependentChildResource<ServiceBusManager,SBAuthorizationRuleInner>, Refreshable<RuleT>
Type representing authorization rule.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Authorization |
getKeys()
Gets the primary, secondary keys and connection strings. |
abstract
Mono<Authorization |
getKeysAsync()
Gets a representation of the deferred computation. |
abstract
Authorization |
regenerateKey(KeyType keyType)
Regenerates primary or secondary keys. |
abstract
Authorization |
regenerateKey(RegenerateAccessKeyParameters regenerateAccessKeyParameters)
Regenerates primary or secondary keys. |
abstract
Mono<Authorization |
regenerateKeyAsync(KeyType keyType)
Regenerates primary or secondary keys. |
abstract
Mono<Authorization |
regenerateKeyAsync(RegenerateAccessKeyParameters regenerateAccessKeyParameters)
Regenerates primary or secondary keys. |
abstract
List<Access |
rights()
Gets the rights associated with the rule. |
Method Details
getKeys
public abstract AuthorizationKeys getKeys()
Gets the primary, secondary keys and connection strings.
Returns:
getKeysAsync
public abstract Mono
Gets a representation of the deferred computation.
Returns:
regenerateKey
public abstract AuthorizationKeys regenerateKey(KeyType keyType)
Regenerates primary or secondary keys.
Parameters:
Returns:
regenerateKey
public abstract AuthorizationKeys regenerateKey(RegenerateAccessKeyParameters regenerateAccessKeyParameters)
Regenerates primary or secondary keys.
Parameters:
Returns:
regenerateKeyAsync
public abstract Mono
Regenerates primary or secondary keys.
Parameters:
Returns:
regenerateKeyAsync
public abstract Mono
Regenerates primary or secondary keys.
Parameters:
Returns:
rights
public abstract List
Gets the rights associated with the rule.
Returns: