Skip to content
DocsTry Aspire
DocsTry

DbxContainerResource Methods

ClassMethods1 member
Represents a container resource for dbx.
AddConnection(DbxConnectionConfig)Section titled AddConnection(DbxConnectionConfig)bool
Adds a new connection to the dbx container resource.
public sealed class DbxContainerResource
{
public bool AddConnection(
DbxConnectionConfig connection)
{
// ...
}
}
connectionDbxConnectionConfigThe connection to add
boolReturns false if the connection was already added.