Interface AuthorizationRule.DefinitionStages
-
- Enclosing interface:
- AuthorizationRule<RuleT extends AuthorizationRule<RuleT>>
public static interface AuthorizationRule.DefinitionStagesGrouping of commons authorization rule definition stages shared between different Service Bus entities (namespace, queue, topic, subscription) access rules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthorizationRule.DefinitionStages.WithListen<T>The stage of the Service Bus authorization rule definition allowing to enable listen policy.static interfaceAuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>The stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.static interfaceAuthorizationRule.DefinitionStages.WithManage<T>The stage of the Service Bus authorization rule definition allowing to enable manage policy.static interfaceAuthorizationRule.DefinitionStages.WithSend<T>The stage of the Service Bus authorization rule definition allowing to enable send policy.static interfaceAuthorizationRule.DefinitionStages.WithSendOrManage<T>The stage of the Service Bus authorization rule definition allowing to enable send or manage policy.
-