| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent |
Package containing the service clients for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseAccountGetResultsInner>,DatabaseAccountGetResultsInner> |
DatabaseAccountsClient.beginUpdate(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters)
Updates the properties of an existing Azure Cosmos DB database account.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseAccountGetResultsInner>,DatabaseAccountGetResultsInner> |
DatabaseAccountsClient.beginUpdate(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters,
com.azure.core.util.Context context)
Updates the properties of an existing Azure Cosmos DB database account.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DatabaseAccountGetResultsInner>,DatabaseAccountGetResultsInner> |
DatabaseAccountsClient.beginUpdateAsync(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters)
Updates the properties of an existing Azure Cosmos DB database account.
|
DatabaseAccountGetResultsInner |
DatabaseAccountsClient.update(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters)
Updates the properties of an existing Azure Cosmos DB database account.
|
DatabaseAccountGetResultsInner |
DatabaseAccountsClient.update(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters,
com.azure.core.util.Context context)
Updates the properties of an existing Azure Cosmos DB database account.
|
Mono<DatabaseAccountGetResultsInner> |
DatabaseAccountsClient.updateAsync(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters)
Updates the properties of an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DatabaseAccountsClient.updateWithResponseAsync(String resourceGroupName,
String accountName,
DatabaseAccountUpdateParameters updateParameters)
Updates the properties of an existing Azure Cosmos DB database account.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withCapabilities(List<Capability> capabilities)
Set the capabilities property: List of Cosmos DB capabilities for the account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withConnectorOffer(ConnectorOffer connectorOffer)
Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withDisableKeyBasedMetadataWriteAccess(Boolean disableKeyBasedMetadataWriteAccess)
Set the disableKeyBasedMetadataWriteAccess property: Disable write operations on metadata resources (databases,
containers, throughput) via account keys.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withEnableAutomaticFailover(Boolean enableAutomaticFailover)
Set the enableAutomaticFailover property: 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 the enableCassandraConnector property: Enables the cassandra connector on the Cosmos DB C* account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withEnableMultipleWriteLocations(Boolean enableMultipleWriteLocations)
Set the enableMultipleWriteLocations property: Enables the account to write in multiple locations.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withIpRangeFilter(String ipRangeFilter)
Set the ipRangeFilter property: 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 the isVirtualNetworkFilterEnabled property: Flag to indicate whether to enable/disable Virtual Network ACL
rules.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withLocation(String location)
Set the location property: The location of the resource group to which the resource belongs.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withLocations(List<Location> locations)
Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB
account.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withTags(Map<String,String> tags)
Set the tags property: Tags are a list of key-value pairs that describe the resource.
|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.