Uses of Interface
com.azure.resourcemanager.cosmos.models.CosmosDBAccount.Update
Packages that use CosmosDBAccount.Update
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CosmosDBAccount.Update in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CosmosDBAccount.UpdateModifier and TypeMethodDescriptiondefault CosmosDBAccount.Update
CosmosDBAccount.UpdateStages.WithAutomaticFailover.disableAutomaticFailover()
Disables automatic failover.CosmosDBAccount.UpdateStages.WithPublicNetworkAccess.disablePublicNetworkAccess()
Disables public network access for the CosmosDB account.default CosmosDBAccount.Update
CosmosDBAccount.UpdateStages.WithAutomaticFailover.enableAutomaticFailover()
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage.CosmosDBAccount.UpdateStages.WithPublicNetworkAccess.enablePublicNetworkAccess()
Enables public network access for the CosmosDB account.