Interface ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
-
- All Known Subinterfaces:
ServiceBusNamespace.Definition,ServiceBusNamespace.DefinitionStages.WithCreate
- Enclosing interface:
- ServiceBusNamespace.DefinitionStages
public static interface ServiceBusNamespace.DefinitionStages.WithAuthorizationRuleThe stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusNamespace.DefinitionStages.WithCreatewithNewListenRule(String name)Creates a listen authorization rule for the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithCreatewithNewManageRule(String name)Creates a manage authorization rule for the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithCreatewithNewSendRule(String name)Creates a send authorization rule for the Service Bus namespace.
-
-
-
Method Detail
-
withNewSendRule
ServiceBusNamespace.DefinitionStages.WithCreate withNewSendRule(String name)
Creates a send authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace definition
-
withNewListenRule
ServiceBusNamespace.DefinitionStages.WithCreate withNewListenRule(String name)
Creates a listen authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace definition
-
withNewManageRule
ServiceBusNamespace.DefinitionStages.WithCreate withNewManageRule(String name)
Creates a manage authorization rule for the Service Bus namespace.- Parameters:
name- rule name- Returns:
- next stage of the Service Bus namespace definition
-
-