AzureSqlDatabaseResource
Handle
interface AzureSqlDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, AzureSqlServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly isContainer: boolean; readonly jdbcConnectionString: ReferenceExpression; readonly parent: AzureSqlServerResource; readonly uriExpression: ReferenceExpression; withDefaultAzureSku(): AzureSqlDatabaseResource;}7 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the Azure SQL database.
property
databaseNamestringgetGets the database name.
property
isContainerbooleangetGets a value indicating whether the current resource represents a container. If so the actual resource is not running in Azure.
property
jdbcConnectionStringReferenceExpressiongetGets the JDBC connection string for the Azure SQL database.
property
parentAzureSqlServerResourcegetGets the parent Azure SQL Database (server) resource.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the Azure SQL database.
Methods
Configures the Azure SQL Database to be deployed use the default SKU provided by Azure. Please be aware that the Azure default Sku might not take advantage of the free offer.
withDefaultAzureSku(): AzureSqlDatabaseResourceReturns
AzureSqlDatabaseResource