Interface AuthorizationRule.UpdateStages.WithSend<T>
- Type Parameters:
T- the next stage of the update
- All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>,AuthorizationRule.UpdateStages.WithSendOrManage<T>,NamespaceAuthorizationRule.Update,QueueAuthorizationRule.Update,TopicAuthorizationRule.Update
- Enclosing interface:
AuthorizationRule.UpdateStages
public static interface AuthorizationRule.UpdateStages.WithSend<T>
The stage of the Service Bus authorization rule update allowing to enable send policy.
-
Method Summary
-
Method Details
-
withSendingEnabled
T withSendingEnabled()Enables sending.- Returns:
- the next stage of the update
-