Class DatabaseAccountConnectionString
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.DatabaseAccountConnectionString
-
public final class DatabaseAccountConnectionString extends Object
Connection string for the Cosmos DB account.
-
-
Constructor Summary
Constructors Constructor Description DatabaseAccountConnectionString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconnectionString()Get the connectionString property: Value of the connection string.Stringdescription()Get the description property: Description of the connection string.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
connectionString
public String connectionString()
Get the connectionString property: Value of the connection string.- Returns:
- the connectionString value.
-
description
public String description()
Get the description property: Description of the connection string.- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-