Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withCapabilities(List<Capability> capabilities)
Set list of Cosmos DB capabilities for the account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistency policy for the Cosmos DB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withDatabaseAccountOfferType(String databaseAccountOfferType)
Set the offer type for the database.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableAutomaticFailover(Boolean enableAutomaticFailover)
Set enables automatic failover of the write region in the rare event that the region is unavailable due to an outage.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableMultipleWriteLocations(Boolean enableMultipleWriteLocations)
Set enables the account to write in multiple locations.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.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.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withIsVirtualNetworkFilterEnabled(Boolean isVirtualNetworkFilterEnabled)
Set flag to indicate whether to enable/disable Virtual Network ACL rules.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withKind(DatabaseAccountKind kind)
Set indicates the type of database account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withLocations(List<Location> locations)
Set an array that contains the georeplication locations enabled for the Cosmos DB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set list of Virtual Network ACL rules configured for the Cosmos DB account.
|
Copyright © 2019. All rights reserved.