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