Interface ServiceBusNamespace.UpdateStages.WithAuthorizationRule
- All Known Subinterfaces:
ServiceBusNamespace.Update
- Enclosing interface:
- ServiceBusNamespace.UpdateStages
public static interface ServiceBusNamespace.UpdateStages.WithAuthorizationRule
The stage of the Service Bus namespace update allowing manage authorization rules
for the namespace.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewListenRule(String name) Creates a listen authorization rule for the Service Bus namespace.withNewManageRule(String name) Creates a manage authorization rule for the Service Bus namespace.withNewSendRule(String name) Creates a send authorization rule for the Service Bus namespace.Removes an authorization rule from the Service Bus namespace.
-
Method Details
-
withNewSendRule
Creates a send authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace update
-
withNewListenRule
Creates a listen authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace update
-
withNewManageRule
Creates a manage authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace update
-
withoutAuthorizationRule
Removes an authorization rule from the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace update
-