Interface AuthorizationRule.DefinitionStages.WithSend<T>
-
- Type Parameters:
T- the next stage of the definition
- All Known Subinterfaces:
AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>,AuthorizationRule.DefinitionStages.WithSendOrManage<T>,NamespaceAuthorizationRule.Definition,NamespaceAuthorizationRule.DefinitionStages.Blank,QueueAuthorizationRule.Definition,QueueAuthorizationRule.DefinitionStages.Blank,TopicAuthorizationRule.Definition,TopicAuthorizationRule.DefinitionStages.Blank
- Enclosing interface:
- AuthorizationRule.DefinitionStages
public static interface AuthorizationRule.DefinitionStages.WithSend<T>The stage of the Service Bus authorization rule definition allowing to enable send policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithSendingEnabled()
-
-
-
Method Detail
-
withSendingEnabled
T withSendingEnabled()
- Returns:
- the next stage of the definition
-
-