DatabaseAccountGetResultsInner Class

Definition

An Azure Cosmos DB database account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseAccountGetResultsInner : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ARMResourcePropertiesInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseAccountGetResultsInner = class
    inherit ARMResourcePropertiesInner
Public Class DatabaseAccountGetResultsInner
Inherits ARMResourcePropertiesInner
Inheritance
DatabaseAccountGetResultsInner
Attributes

Constructors

DatabaseAccountGetResultsInner()

Initializes a new instance of the DatabaseAccountGetResultsInner class.

DatabaseAccountGetResultsInner(String, String, String, String, IDictionary<String,String>, DatabaseAccountKind, String, String, Nullable<DatabaseAccountOfferType>, String, Nullable<Boolean>, Nullable<Boolean>, ConsistencyPolicy, IList<Capability>, IList<Location>, IList<Location>, IList<Location>, IList<FailoverPolicy>, IList<VirtualNetworkRule>, Nullable<Boolean>, Nullable<Boolean>, ConnectorOffer, Nullable<Boolean>, String)

Initializes a new instance of the DatabaseAccountGetResultsInner class.

Properties

Capabilities

Gets or sets list of Cosmos DB capabilities for the account

ConnectorOffer

Gets or sets the cassandra connector offer type for the Cosmos DB database C* account. Possible values include: 'Small'

ConsistencyPolicy

Gets or sets the consistency policy for the Cosmos DB database account.

DatabaseAccountOfferType

Gets the offer type for the Cosmos DB database account. Default value: Standard. Possible values include: 'Standard'

DisableKeyBasedMetadataWriteAccess

Gets or sets disable write operations on metadata resources (databases, containers, throughput) via account keys

DocumentEndpoint

Gets the connection endpoint for the Cosmos DB database account.

EnableAutomaticFailover

Gets or sets 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.

EnableCassandraConnector

Gets or sets enables the cassandra connector on the Cosmos DB C* account

EnableMultipleWriteLocations

Gets or sets enables the account to write in multiple locations

FailoverPolicies

Gets an array that contains the regions ordered by their failover priorities.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IpRangeFilter

Gets or sets 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. IP addresses/ranges must be comma separated and must not contain any spaces.

IsVirtualNetworkFilterEnabled

Gets or sets flag to indicate whether to enable/disable Virtual Network ACL rules.

KeyVaultKeyUri

Gets or sets the URI of the key vault

Kind

Gets or sets indicates the type of database account. This can only be set at database account creation. Possible values include: 'GlobalDocumentDB', 'MongoDB', 'Parse'

Location

Resource location

(Inherited from Resource)
Locations

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

Name

Resource name

(Inherited from ProxyResource)
ProvisioningState
ReadLocations

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualNetworkRules

Gets or sets list of Virtual Network ACL rules configured for the Cosmos DB account.

WriteLocations

Gets an array that contains the write location for the Cosmos DB account.

Methods

Validate()

Validate the object.

Applies to