Interface AuthorizationRule.UpdateStages.WithSendOrManage<T>
-
- Type Parameters:
T- the next stage of the update
- All Superinterfaces:
AuthorizationRule.UpdateStages.WithManage<T>,AuthorizationRule.UpdateStages.WithSend<T>
- All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>,NamespaceAuthorizationRule.Update,QueueAuthorizationRule.Update,TopicAuthorizationRule.Update
- Enclosing interface:
- AuthorizationRule.UpdateStages
public static interface AuthorizationRule.UpdateStages.WithSendOrManage<T> extends AuthorizationRule.UpdateStages.WithSend<T>, AuthorizationRule.UpdateStages.WithManage<T>
The stage of the Service Bus authorization rule update allowing to enable send or manage policy.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.AuthorizationRule.UpdateStages.WithManage
withManagementEnabled
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.AuthorizationRule.UpdateStages.WithSend
withSendingEnabled
-
-