Interface: IEnvironmentInfo
Properties of an EnvironmentInfo.
Implemented by
Properties
hostingEnvironments
• Optional hostingEnvironments: null | IHostingEnvironment[]
The hosting environment(s) the SDK is operating in. Repeated to allow for layering (ex: Docker inside k8s).
platform
• Optional platform: null | IPlatform
The platform the SDK is operating on.
runtimes
• Optional runtimes: null | IRuntime[]
The runtime(s) the SDK is operating in.