EnvironmentCallbackContext
Handle
interface EnvironmentCallbackContext { readonly environment: EnvironmentEditor; readonly executionContext: DistributedApplicationExecutionContext; readonly log: LogFacade; readonly resource: IResource;}Properties
property
environment EnvironmentEditor get Gets the environment variable editor
property
executionContext DistributedApplicationExecutionContext get Gets the execution context for this callback invocation
property
log LogFacade get Gets the callback logger facade
property
resource IResource get Gets the resource associated with this callback