DatabaseAccountGetResults Class

An Azure Cosmos DB database account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.ARMResourceProperties
DatabaseAccountGetResults

Constructor

DatabaseAccountGetResults(*, location: str | None = None, tags: Dict[str, str] | None = None, kind: str | _models.DatabaseAccountKind | None = None, identity: _models.ManagedServiceIdentity | None = None, ip_rules: List[_models.IpAddressOrRange] | None = None, is_virtual_network_filter_enabled: bool | None = None, enable_automatic_failover: bool | None = None, consistency_policy: _models.ConsistencyPolicy | None = None, capabilities: List[_models.Capability] | None = None, virtual_network_rules: List[_models.VirtualNetworkRule] | None = None, enable_multiple_write_locations: bool | None = None, enable_cassandra_connector: bool | None = None, connector_offer: str | _models.ConnectorOffer | None = None, disable_key_based_metadata_write_access: bool | None = None, key_vault_key_uri: str | None = None, default_identity: str | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, enable_free_tier: bool | None = None, api_properties: _models.ApiProperties | None = None, enable_analytical_storage: bool | None = None, analytical_storage_configuration: _models.AnalyticalStorageConfiguration | None = None, create_mode: str | _models.CreateMode = 'Default', restore_parameters: _models.RestoreParameters | None = None, backup_policy: _models.BackupPolicy | None = None, cors: List[_models.CorsPolicy] | None = None, network_acl_bypass: str | _models.NetworkAclBypass | None = None, network_acl_bypass_resource_ids: List[str] | None = None, disable_local_auth: bool | None = None, capacity: _models.Capacity | None = None, enable_partition_merge: bool | None = None, minimal_tls_version: str | _models.MinimalTlsVersion | None = None, enable_burst_capacity: bool | None = None, customer_managed_key_status: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource group to which the resource belongs.

tags

Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

kind

Indicates the type of database account. This can only be set at database account creation. Known values are: "GlobalDocumentDB", "MongoDB", and "Parse".

identity

Identity for the resource.

ip_rules

List of IpRules.

is_virtual_network_filter_enabled

Flag to indicate whether to enable/disable Virtual Network ACL rules.

enable_automatic_failover

Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.

consistency_policy

The consistency policy for the Cosmos DB database account.

capabilities

List of Cosmos DB capabilities for the account.

virtual_network_rules

List of Virtual Network ACL rules configured for the Cosmos DB account.

enable_multiple_write_locations

Enables the account to write in multiple locations.

enable_cassandra_connector

Enables the cassandra connector on the Cosmos DB C* account.

connector_offer

The cassandra connector offer type for the Cosmos DB database C* account. "Small"

disable_key_based_metadata_write_access

Disable write operations on metadata resources (databases, containers, throughput) via account keys.

key_vault_key_uri
str

The URI of the key vault.

default_identity
str

The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.

public_network_access

Whether requests from Public Network are allowed. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter".

enable_free_tier

Flag to indicate whether Free Tier is enabled.

api_properties

API specific properties.

enable_analytical_storage

Flag to indicate whether to enable storage analytics.

analytical_storage_configuration

Analytical storage specific properties.

create_mode

Enum to indicate the mode of account creation. Known values are: "Default" and "Restore".

default value: Default
restore_parameters

Parameters to indicate the information about the restore.

backup_policy

The object representing the policy for taking backups on an account.

cors

The CORS policy for the Cosmos DB database account.

network_acl_bypass

Indicates what services are allowed to bypass firewall checks. Known values are: "None" and "AzureServices".

network_acl_bypass_resource_ids

An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.

disable_local_auth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

capacity

The object that represents all properties related to capacity enforcement on an account.

enable_partition_merge

Flag to indicate enabling/disabling of Partition Merge feature on the account.

minimal_tls_version

Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. Known values are: "Tls", "Tls11", and "Tls12".

enable_burst_capacity

Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account.

customer_managed_key_status
str

Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.

Variables

Name Description
id
str

The unique resource identifier of the ARM resource.

name
str

The name of the ARM resource.

type
str

The type of Azure resource.

location
str

The location of the resource group to which the resource belongs.

tags

Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

kind

Indicates the type of database account. This can only be set at database account creation. Known values are: "GlobalDocumentDB", "MongoDB", and "Parse".

identity

Identity for the resource.

system_data

The system meta data relating to this resource.

provisioning_state
str

The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.

document_endpoint
str

The connection endpoint for the Cosmos DB database account.

database_account_offer_type
str

The offer type for the Cosmos DB database account. Default value: Standard. Default value is "Standard".

ip_rules

List of IpRules.

is_virtual_network_filter_enabled

Flag to indicate whether to enable/disable Virtual Network ACL rules.

enable_automatic_failover

Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.

consistency_policy

The consistency policy for the Cosmos DB database account.

capabilities

List of Cosmos DB capabilities for the account.

write_locations

An array that contains the write location for the Cosmos DB account.

read_locations

An array that contains of the read locations enabled for the Cosmos DB account.

locations

An array that contains all of the locations enabled for the Cosmos DB account.

failover_policies

An array that contains the regions ordered by their failover priorities.

virtual_network_rules

List of Virtual Network ACL rules configured for the Cosmos DB account.

private_endpoint_connections

List of Private Endpoint Connections configured for the Cosmos DB account.

enable_multiple_write_locations

Enables the account to write in multiple locations.

enable_cassandra_connector

Enables the cassandra connector on the Cosmos DB C* account.

connector_offer

The cassandra connector offer type for the Cosmos DB database C* account. "Small"

disable_key_based_metadata_write_access

Disable write operations on metadata resources (databases, containers, throughput) via account keys.

key_vault_key_uri
str

The URI of the key vault.

default_identity
str

The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.

public_network_access

Whether requests from Public Network are allowed. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter".

enable_free_tier

Flag to indicate whether Free Tier is enabled.

api_properties

API specific properties.

enable_analytical_storage

Flag to indicate whether to enable storage analytics.

analytical_storage_configuration

Analytical storage specific properties.

instance_id
str

A unique identifier assigned to the database account.

create_mode

Enum to indicate the mode of account creation. Known values are: "Default" and "Restore".

restore_parameters

Parameters to indicate the information about the restore.

backup_policy

The object representing the policy for taking backups on an account.

cors

The CORS policy for the Cosmos DB database account.

network_acl_bypass

Indicates what services are allowed to bypass firewall checks. Known values are: "None" and "AzureServices".

network_acl_bypass_resource_ids

An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.

disable_local_auth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

capacity

The object that represents all properties related to capacity enforcement on an account.

keys_metadata

The object that represents the metadata for the Account Keys of the Cosmos DB account.

enable_partition_merge

Flag to indicate enabling/disabling of Partition Merge feature on the account.

minimal_tls_version

Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. Known values are: "Tls", "Tls11", and "Tls12".

enable_burst_capacity

Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account.

customer_managed_key_status
str

Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.