TemplateDeploymentOptions interface
model interface TemplateDeploymentOptions
Properties
| preflight |
The preflight options. |
| preflight |
Whether preflight is supported. |
Property Details
preflightOptions
The preflight options.
preflightOptions?: string[]
Property Value
string[]
preflightSupported
Whether preflight is supported.
preflightSupported?: boolean
Property Value
boolean