DatabaseAccountListConnectionStringsResult Class

The connection strings for the given database account.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
DatabaseAccountListConnectionStringsResult

Constructor

DatabaseAccountListConnectionStringsResult(*, connection_strings: List[_models.DatabaseAccountConnectionString] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
connection_strings

An array that contains the connection strings for the Cosmos DB account.

Variables

Name Description
connection_strings

An array that contains the connection strings for the Cosmos DB account.