Interface CosmosDBAccount.DefinitionStages.WithLocalAuth
- All Known Subinterfaces:
CosmosDBAccount.Definition,CosmosDBAccount.DefinitionStages.WithCreate
- Enclosing interface:
CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithLocalAuth
The stage of CosmosDB account definition allowing to configure local auth settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables local auth for the CosmosDB account.
-
Method Details
-
disableLocalAuth
CosmosDBAccount.DefinitionStages.WithCreate disableLocalAuth()Disables local auth for the CosmosDB account.- Returns:
- the next stage of the definition
-