GetAccountResult

data class GetAccountResult(val capabilities: List<GetAccountCapability>, val consistencyPolicies: List<GetAccountConsistencyPolicy>, val enableAutomaticFailover: Boolean, val enableFreeTier: Boolean, val enableMultipleWriteLocations: Boolean, val endpoint: String, val geoLocations: List<GetAccountGeoLocation>, val id: String, val ipRangeFilter: String, val isVirtualNetworkFilterEnabled: Boolean, val keyVaultKeyId: String, val kind: String, val location: String, val name: String, val offerType: String, val primaryKey: String, val primaryReadonlyKey: String, val readEndpoints: List<String>, val resourceGroupName: String, val secondaryKey: String, val secondaryReadonlyKey: String, val tags: Map<String, String>, val virtualNetworkRules: List<GetAccountVirtualNetworkRule>, val writeEndpoints: List<String>)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
fun GetAccountResult(capabilities: List<GetAccountCapability>, consistencyPolicies: List<GetAccountConsistencyPolicy>, enableAutomaticFailover: Boolean, enableFreeTier: Boolean, enableMultipleWriteLocations: Boolean, endpoint: String, geoLocations: List<GetAccountGeoLocation>, id: String, ipRangeFilter: String, isVirtualNetworkFilterEnabled: Boolean, keyVaultKeyId: String, kind: String, location: String, name: String, offerType: String, primaryKey: String, primaryReadonlyKey: String, readEndpoints: List<String>, resourceGroupName: String, secondaryKey: String, secondaryReadonlyKey: String, tags: Map<String, String>, virtualNetworkRules: List<GetAccountVirtualNetworkRule>, writeEndpoints: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Capabilities enabled on this Cosmos DB account.

Link copied to clipboard

If automatic failover is enabled for this CosmosDB Account.

Link copied to clipboard

If Free Tier pricing option is enabled for this CosmosDB Account. You can have up to one free tier Azure Cosmos DB account per Azure subscription.

Link copied to clipboard

If multiple write locations are enabled for this Cosmos DB account.

Link copied to clipboard

The endpoint used to connect to the CosmosDB account.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The current IP Filter for this CosmosDB account

Link copied to clipboard

If virtual network filtering is enabled for this Cosmos DB account.

Link copied to clipboard

The Key Vault key URI for CMK encryption.

Link copied to clipboard

The Kind of the CosmosDB account.

Link copied to clipboard

The name of the Azure region hosting replicated data.

Link copied to clipboard
Link copied to clipboard

The Offer Type to used by this CosmosDB Account.

Link copied to clipboard

The primary key for the CosmosDB account.

Link copied to clipboard

The primary read-only Key for the CosmosDB account.

Link copied to clipboard

A list of read endpoints available for this CosmosDB account.

Link copied to clipboard
Link copied to clipboard

The secondary key for the CosmosDB account.

Link copied to clipboard

The secondary read-only key for the CosmosDB account.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

Subnets that are allowed to access this CosmosDB account.

Link copied to clipboard

A list of write endpoints available for this CosmosDB account.