DatabaseAccountListConnectionStringsResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.fluent.models.DatabaseAccountListConnectionStringsResultInner

public final class DatabaseAccountListConnectionStringsResultInner

The connection strings for the given database account.

Constructor Summary

Constructor Description
DatabaseAccountListConnectionStringsResultInner()

Creates an instance of DatabaseAccountListConnectionStringsResultInner class.

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

DatabaseAccountListConnectionStringsResultInner

public DatabaseAccountListConnectionStringsResultInner()

Creates an instance of DatabaseAccountListConnectionStringsResultInner class.

Method Details

connectionStrings

public List connectionStrings()

Get the connectionStrings property: An array that contains the connection strings for the Cosmos DB account.

Returns:

the connectionStrings value.

validate

public void validate()

Validates the instance.

withConnectionStrings

public DatabaseAccountListConnectionStringsResultInner withConnectionStrings(List connectionStrings)

Set the connectionStrings property: An array that contains the connection strings for the Cosmos DB account.

Parameters:

connectionStrings - the connectionStrings value to set.

Returns:

the DatabaseAccountListConnectionStringsResultInner object itself.

Applies to