Interface CosmosDBAccount.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
CosmosDBAccount.Update,CosmosDBAccount.UpdateStages.WithOptionals
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithPublicNetworkAccess
The stage of CosmosDB account update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the CosmosDB account.Enables public network access for the CosmosDB account.
-
Method Details
-
enablePublicNetworkAccess
CosmosDBAccount.Update enablePublicNetworkAccess()Enables public network access for the CosmosDB account.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
CosmosDBAccount.Update disablePublicNetworkAccess()Disables public network access for the CosmosDB account.- Returns:
- the next stage of the update
-