Uses of Interface
com.azure.resourcemanager.cosmos.models.DatabaseAccountListConnectionStringsResult
Packages that use DatabaseAccountListConnectionStringsResult
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of DatabaseAccountListConnectionStringsResult in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountListConnectionStringsResultModifier and TypeMethodDescriptionCosmosDBAccount.listConnectionStrings()
Gets the connection strings for the specified Azure CosmosDB database account.CosmosDBAccounts.listConnectionStrings
(String groupName, String accountName) Lists the connection strings for the specified Azure CosmosDB database account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseAccountListConnectionStringsResultModifier and TypeMethodDescriptionCosmosDBAccount.listConnectionStringsAsync()
Gets the connection strings for the specified Azure CosmosDB database account.CosmosDBAccounts.listConnectionStringsAsync
(String groupName, String accountName) Lists the connection strings for the specified Azure CosmosDB database account.