AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T> 接口
定义
The stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.
public interface WithListenOrSendOrManage<T> extends AuthorizationRule<T>.DefinitionStages.WithListen,AuthorizationRule<T>.DefinitionStages.WithSendOrManage
类型参数
- T
the next stage of the definition
继承成员
AuthorizationRule.DefinitionStages.WithListen<T>.withListeningEnabled()
AuthorizationRule.DefinitionStages.WithManage<T>.withManagementEnabled()
AuthorizationRule.DefinitionStages.WithSend<T>.withSendingEnabled()