Interface ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
- All Known Subinterfaces:
ServiceBusNamespace.Definition,ServiceBusNamespace.DefinitionStages.WithCreate
- Enclosing interface:
ServiceBusNamespace.DefinitionStages
public static interface ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing
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.
-
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 definition
-
withNewListenRule
Creates a listen authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace definition
-
withNewManageRule
Creates a manage authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace definition
-