Table of Contents

Interface IDatabaseAccountListConnectionStringsResult

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListConnectionStringsResult.

public interface IDatabaseAccountListConnectionStringsResult : IBeta, IHasInner<DatabaseAccountListConnectionStringsResultInner>

Properties

ConnectionStrings

Gets a list that contains the connection strings for the CosmosDB account.

IReadOnlyList<DatabaseAccountConnectionString> ConnectionStrings { get; }

Property Value

IReadOnlyList<DatabaseAccountConnectionString>