Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseAccountGetResults

Package version

An Azure Cosmos DB database account.

Hierarchy

Index

Properties

Optional analyticalStorageConfiguration

analyticalStorageConfiguration: AnalyticalStorageConfiguration

Analytical storage specific properties.

Optional apiProperties

apiProperties: ApiProperties

API specific properties.

Optional backupPolicy

backupPolicy: BackupPolicyUnion

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

Optional capabilities

capabilities: Capability[]

List of Cosmos DB capabilities for the account

Optional capacity

capacity: Capacity

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

Optional connectorOffer

connectorOffer: ConnectorOffer

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

Optional consistencyPolicy

consistencyPolicy: ConsistencyPolicy

The consistency policy for the Cosmos DB database account.

Optional cors

cors: CorsPolicy[]

The CORS policy for the Cosmos DB database account.

Optional createMode

createMode: CreateMode

Enum to indicate the mode of account creation.

Optional databaseAccountOfferType

databaseAccountOfferType: undefined | "Standard"

The offer type for the Cosmos DB database account. Default value: Standard. NOTE: This property will not be serialized. It can only be populated by the server.

Optional defaultIdentity

defaultIdentity: undefined | string

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.

Optional diagnosticLogSettings

diagnosticLogSettings: DiagnosticLogSettings

The Object representing the different Diagnostic log settings for the Cosmos DB Account.

Optional disableKeyBasedMetadataWriteAccess

disableKeyBasedMetadataWriteAccess: undefined | false | true

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

Optional disableLocalAuth

disableLocalAuth: undefined | false | true

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

Optional documentEndpoint

documentEndpoint: undefined | string

The connection endpoint for the Cosmos DB database account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional enableAnalyticalStorage

enableAnalyticalStorage: undefined | false | true

Flag to indicate whether to enable storage analytics.

Optional enableAutomaticFailover

enableAutomaticFailover: undefined | false | true

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.

Optional enableCassandraConnector

enableCassandraConnector: undefined | false | true

Enables the cassandra connector on the Cosmos DB C* account

Optional enableFreeTier

enableFreeTier: undefined | false | true

Flag to indicate whether Free Tier is enabled.

Optional enableMaterializedViews

enableMaterializedViews: undefined | false | true

Flag to indicate whether to enable MaterializedViews on the Cosmos DB account

Optional enableMultipleWriteLocations

enableMultipleWriteLocations: undefined | false | true

Enables the account to write in multiple locations

Optional failoverPolicies

failoverPolicies: FailoverPolicy[]

An array that contains the regions ordered by their failover priorities. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

The unique resource identifier of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional identity

Identity for the resource.

Optional instanceId

instanceId: undefined | string

A unique identifier assigned to the database account NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipRules

ipRules: IpAddressOrRange[]

List of IpRules.

Optional isVirtualNetworkFilterEnabled

isVirtualNetworkFilterEnabled: undefined | false | true

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

Optional keyVaultKeyUri

keyVaultKeyUri: undefined | string

The URI of the key vault

Optional keysMetadata

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

Optional kind

Indicates the type of database account. This can only be set at database account creation.

Optional location

location: undefined | string

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

Optional locations

locations: Location[]

An array that contains all of the locations enabled for the Cosmos DB account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional networkAclBypass

networkAclBypass: NetworkAclBypass

Indicates what services are allowed to bypass firewall checks.

Optional networkAclBypassResourceIds

networkAclBypassResourceIds: string[]

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

Optional privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnection[]

List of Private Endpoint Connections configured for the Cosmos DB account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional publicNetworkAccess

publicNetworkAccess: PublicNetworkAccess

Whether requests from Public Network are allowed

Optional readLocations

readLocations: Location[]

An array that contains of the read locations enabled for the Cosmos DB account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional restoreParameters

restoreParameters: RestoreParameters

Parameters to indicate the information about the restore.

Optional systemData

systemData: SystemData

The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

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".

Optional type

type: undefined | string

The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional virtualNetworkRules

virtualNetworkRules: VirtualNetworkRule[]

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

Optional writeLocations

writeLocations: Location[]

An array that contains the write location for the Cosmos DB account. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc