Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseAccountConnectionString
Packages that use DatabaseAccountConnectionString
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of DatabaseAccountConnectionString in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type DatabaseAccountConnectionStringModifier and TypeMethodDescriptionDatabaseAccountListConnectionStringsResultInner.connectionStrings()Get the connectionStrings property: An array that contains the connection strings for the Cosmos DB account.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type DatabaseAccountConnectionStringModifier and TypeMethodDescriptionDatabaseAccountListConnectionStringsResultInner.withConnectionStrings(List<DatabaseAccountConnectionString> connectionStrings) Set the connectionStrings property: An array that contains the connection strings for the Cosmos DB account. -
Uses of DatabaseAccountConnectionString in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type DatabaseAccountConnectionStringModifier and TypeClassDescriptionfinal classConnection string for the Cosmos DB account.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountConnectionStringModifier and TypeMethodDescriptionDatabaseAccountConnectionString.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseAccountConnectionString from the JsonReader.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseAccountConnectionStringModifier and TypeMethodDescriptionDatabaseAccountListConnectionStringsResult.connectionStrings()Gets a list that contains the connection strings for the CosmosDB account.