Interface ServiceBusNamespace.DefinitionStages.WithLocalAuth
- All Known Subinterfaces:
ServiceBusNamespace.Definition, ServiceBusNamespace.DefinitionStages.WithCreate
- Enclosing interface:
ServiceBusNamespace.DefinitionStages
public static interface ServiceBusNamespace.DefinitionStages.WithLocalAuth
The stage of Service Bus namespace definition allowing to disable local auth.
-
Method Summary
Modifier and TypeMethodDescriptionDisables SAS authentication for the Service Bus namespace.
-
Method Details
-
disableLocalAuth
Disables SAS authentication for the Service Bus namespace.- Returns:
- next stage of the Service Bus namespace definition
-