public final class DatabaseAccountListConnectionStringsResultInner extends Object
| Constructor and Description |
|---|
DatabaseAccountListConnectionStringsResultInner() |
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseAccountConnectionString> |
connectionStrings()
Get the connectionStrings property: An array that contains the connection strings for the Cosmos DB account.
|
void |
validate()
Validates the instance.
|
DatabaseAccountListConnectionStringsResultInner |
withConnectionStrings(List<DatabaseAccountConnectionString> connectionStrings)
Set the connectionStrings property: An array that contains the connection strings for the Cosmos DB account.
|
public DatabaseAccountListConnectionStringsResultInner()
public List<DatabaseAccountConnectionString> connectionStrings()
public DatabaseAccountListConnectionStringsResultInner withConnectionStrings(List<DatabaseAccountConnectionString> connectionStrings)
connectionStrings - the connectionStrings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.