withEnvironmentCallbackAsync
Function
interface ContainerResource { // ... omitted for brevity withEnvironmentCallbackAsync(callback: callback): IResourceWithEnvironment;}Signature
method
withEnvironmentCallbackAsync builder Sets environment variables via async callback
withEnvironmentCallbackAsync(callback: (arg: EnvironmentCallbackContext) => void): IResourceWithEnvironmentParameters
callback (arg: EnvironmentCallbackContext) => void Returns
IResourceWithEnvironment Applies to
This function is an extension method on the following types: