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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithSendingEnabled()
-
-
-
Method Detail
-
withSendingEnabled
T withSendingEnabled()
- Returns:
- the next stage of the update
-
-