create

abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier): C

Creates a runtime deployment for the given runtimeDeploymentIdentifier.

The returned C can be used to configure the runtime deployment.


abstract fun create(runtimeDeploymentIdentifier: RuntimeDeploymentIdentifier, action: Action<C>): C

Creates a runtime deployment for the given runtimeDeploymentIdentifier. The action can be used to configure the runtime deployment through a lambda.