Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseAccountUpdateParameters
Packages that use DatabaseAccountUpdateParameters
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of DatabaseAccountUpdateParameters in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type DatabaseAccountUpdateParametersModifier and TypeMethodDescriptioncom.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.DatabaseAccountsClient.update
(String resourceGroupName, String accountName, DatabaseAccountUpdateParameters updateParameters) Updates the properties of an existing Azure Cosmos DB database account.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.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. -
Uses of DatabaseAccountUpdateParameters in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountUpdateParametersModifier and TypeMethodDescriptionDatabaseAccountUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseAccountUpdateParameters from the JsonReader.DatabaseAccountUpdateParameters.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateParameters.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.DatabaseAccountUpdateParameters.withBackupPolicy
(BackupPolicy backupPolicy) Set the backupPolicy property: The object representing the policy for taking backups on an account.DatabaseAccountUpdateParameters.withCapabilities
(List<Capability> capabilities) Set the capabilities property: List of Cosmos DB capabilities for the account.DatabaseAccountUpdateParameters.withCapacity
(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateParameters.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountUpdateParameters.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountUpdateParameters.withCors
(List<CorsPolicy> cors) Set the cors property: The CORS policy for the Cosmos DB database account.DatabaseAccountUpdateParameters.withCustomerManagedKeyStatus
(String customerManagedKeyStatus) Set the customerManagedKeyStatus property: Indicates the status of the Customer Managed Key feature on the account.DatabaseAccountUpdateParameters.withDefaultIdentity
(String defaultIdentity) Set the defaultIdentity property: The default identity for accessing key vault used in features like customer managed keys.DatabaseAccountUpdateParameters.withDisableKeyBasedMetadataWriteAccess
(Boolean disableKeyBasedMetadataWriteAccess) Set the disableKeyBasedMetadataWriteAccess property: Disable write operations on metadata resources (databases, containers, throughput) via account keys.DatabaseAccountUpdateParameters.withDisableLocalAuth
(Boolean disableLocalAuth) Set the disableLocalAuth property: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.DatabaseAccountUpdateParameters.withEnableAnalyticalStorage
(Boolean enableAnalyticalStorage) Set the enableAnalyticalStorage property: Flag to indicate whether to enable storage analytics.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.withEnableBurstCapacity
(Boolean enableBurstCapacity) Set the enableBurstCapacity property: Flag to indicate enabling/disabling of Burst Capacity feature on the account.DatabaseAccountUpdateParameters.withEnableCassandraConnector
(Boolean enableCassandraConnector) Set the enableCassandraConnector property: Enables the cassandra connector on the Cosmos DB C* account.DatabaseAccountUpdateParameters.withEnableFreeTier
(Boolean enableFreeTier) Set the enableFreeTier property: Flag to indicate whether Free Tier is enabled.DatabaseAccountUpdateParameters.withEnableMultipleWriteLocations
(Boolean enableMultipleWriteLocations) Set the enableMultipleWriteLocations property: Enables the account to write in multiple locations.DatabaseAccountUpdateParameters.withEnablePartitionMerge
(Boolean enablePartitionMerge) Set the enablePartitionMerge property: Flag to indicate enabling/disabling of Partition Merge feature on the account.DatabaseAccountUpdateParameters.withEnablePerRegionPerPartitionAutoscale
(Boolean enablePerRegionPerPartitionAutoscale) Set the enablePerRegionPerPartitionAutoscale property: Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account.DatabaseAccountUpdateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Identity for the resource.DatabaseAccountUpdateParameters.withIpRules
(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.DatabaseAccountUpdateParameters.withIsVirtualNetworkFilterEnabled
(Boolean isVirtualNetworkFilterEnabled) Set the isVirtualNetworkFilterEnabled property: Flag to indicate whether to enable/disable Virtual Network ACL rules.DatabaseAccountUpdateParameters.withKeyVaultKeyUri
(String keyVaultKeyUri) Set the keyVaultKeyUri property: The URI of the key vault.DatabaseAccountUpdateParameters.withLocation
(String location) Set the location property: The location of the resource group to which the resource belongs.DatabaseAccountUpdateParameters.withLocations
(List<Location> locations) Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParameters.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountUpdateParameters.withNetworkAclBypass
(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateParameters.withNetworkAclBypassResourceIds
(List<String> networkAclBypassResourceIds) Set the networkAclBypassResourceIds property: An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.DatabaseAccountUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.Set the tags property: Tags are a list of key-value pairs that describe the resource.DatabaseAccountUpdateParameters.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.