Interface AuthorizationRule.UpdateStages.WithManage<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.WithManage<T>The stage of Service Bus authorization rule update allowing to enable manage policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithManagementEnabled()
-
-
-
Method Detail
-
withManagementEnabled
T withManagementEnabled()
- Returns:
- the next stage of the update
-
-