IResourceWithConnectionString
Interface TypeScript
interface IResourceWithConnectionString { withConnectionProperty( name: string, value: ReferenceExpression): IResourceWithConnectionString; withConnectionPropertyValue( name: string, value: string): IResourceWithConnectionString;}Methods
method
withConnectionProperty builder Adds a connection property with a reference expression
withConnectionProperty( name: string, value: ReferenceExpression): IResourceWithConnectionStringParameters
name string value ReferenceExpression Returns
IResourceWithConnectionString method
withConnectionPropertyValue builder Adds a connection property with a string value
withConnectionPropertyValue( name: string, value: string): IResourceWithConnectionStringParameters
name string value string Returns
IResourceWithConnectionString