| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withCapabilities(List<Capability> capabilities)
Set list of Cosmos DB capabilities for the account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withConnectorOffer(ConnectorOffer connectorOffer)
Set the cassandra connector offer type for the Cosmos DB database C* account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistency policy for the Cosmos DB account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withDisableKeyBasedMetadataWriteAccess(Boolean disableKeyBasedMetadataWriteAccess)
Set disable write operations on metadata resources (databases, containers, throughput) via account keys.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withEnableAutomaticFailover(Boolean enableAutomaticFailover)
Set enables automatic failover of the write region in the rare event that the region is unavailable due to an outage.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withEnableCassandraConnector(Boolean enableCassandraConnector)
Set enables the cassandra connector on the Cosmos DB C* account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withEnableMultipleWriteLocations(Boolean enableMultipleWriteLocations)
Set enables the account to write in multiple locations.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withIpRangeFilter(String ipRangeFilter)
Set cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withIsVirtualNetworkFilterEnabled(Boolean isVirtualNetworkFilterEnabled)
Set flag to indicate whether to enable/disable Virtual Network ACL rules.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withLocation(String location)
Set the location of the resource group to which the resource belongs.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withLocations(List<Location> locations)
Set an array that contains the georeplication locations enabled for the Cosmos DB account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withTags(Map<String,String> tags)
Set the tags value.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set list of Virtual Network ACL rules configured for the Cosmos DB account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/