GetAccountResult

data class GetAccountResult(val automaticFailoverEnabled: Boolean, val capabilities: List<GetAccountCapability>, val consistencyPolicies: List<GetAccountConsistencyPolicy>, val endpoint: String, val freeTierEnabled: Boolean, val geoLocations: List<GetAccountGeoLocation>, val id: String, val ipRangeFilter: String, val isVirtualNetworkFilterEnabled: Boolean, val keyVaultKeyId: String, val kind: String, val location: String, val multipleWriteLocationsEnabled: Boolean, val name: String, val offerType: String, val primaryKey: String, val primaryMongodbConnectionString: String, val primaryReadonlyKey: String, val primaryReadonlyMongodbConnectionString: String, val primaryReadonlySqlConnectionString: String, val primarySqlConnectionString: String, val readEndpoints: List<String>, val resourceGroupName: String, val secondaryKey: String, val secondaryMongodbConnectionString: String, val secondaryReadonlyKey: String, val secondaryReadonlyMongodbConnectionString: String, val secondaryReadonlySqlConnectionString: String, val secondarySqlConnectionString: 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
constructor(automaticFailoverEnabled: Boolean, capabilities: List<GetAccountCapability>, consistencyPolicies: List<GetAccountConsistencyPolicy>, endpoint: String, freeTierEnabled: Boolean, geoLocations: List<GetAccountGeoLocation>, id: String, ipRangeFilter: String, isVirtualNetworkFilterEnabled: Boolean, keyVaultKeyId: String, kind: String, location: String, multipleWriteLocationsEnabled: Boolean, name: String, offerType: String, primaryKey: String, primaryMongodbConnectionString: String, primaryReadonlyKey: String, primaryReadonlyMongodbConnectionString: String, primaryReadonlySqlConnectionString: String, primarySqlConnectionString: String, readEndpoints: List<String>, resourceGroupName: String, secondaryKey: String, secondaryMongodbConnectionString: String, secondaryReadonlyKey: String, secondaryReadonlyMongodbConnectionString: String, secondaryReadonlySqlConnectionString: String, secondarySqlConnectionString: String, tags: Map<String, String>, virtualNetworkRules: List<GetAccountVirtualNetworkRule>, writeEndpoints: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If automatic failover is enabled for this CosmosDB Account.

Link copied to clipboard

Capabilities enabled on this Cosmos DB account.

Link copied to clipboard

The endpoint used to connect to the 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
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

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

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 Mongodb connection string for the CosmosDB account.

Link copied to clipboard

The primary read-only Key for the CosmosDB account.

Link copied to clipboard

The primary readonly Mongodb connection string for the CosmosDB account.

Link copied to clipboard

The primary read-only SQL connection string for the CosmosDB account.

Link copied to clipboard

The primary SQL connection string 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 Mongodb connection string for the CosmosDB account.

Link copied to clipboard

The secondary read-only key for the CosmosDB account.

Link copied to clipboard

The secondary readonly Mongodb connection string for the CosmosDB account.

Link copied to clipboard

The secondary read-only SQL connection string for the CosmosDB account.

Link copied to clipboard

The secondary SQL connection string 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.