AzureSqlDatabaseResource Properties
Class Properties 7 members
A resource that represents an Azure SQL database. This is a child resource of an
AzureSqlServerResource. public override ResourceAnnotationCollection Annotations { get; } Gets the connection string expression for the Azure SQL database.
public ReferenceExpression ConnectionStringExpression { get; } Gets the database name.
public string DatabaseName { get; } Gets a value indicating whether the current resource represents a container. If so the actual resource is not running in Azure.
public bool IsContainer { get; } Gets the JDBC connection string for the Azure SQL database.
public ReferenceExpression JdbcConnectionString { get; }Remarks
Format:
jdbc:sqlserver://{host}:{port};database={database};encrypt=true;trustServerCertificate=false. When running in a container, inherits the container JDBC format including username and password. Gets the parent Azure SQL Database (server) resource.
public AzureSqlServerResource Parent { get; } Gets the connection URI expression for the Azure SQL database.
public ReferenceExpression UriExpression { get; }Remarks
Format:
mssql://{host}:{port}/{database}.