Share via


DeploymentType type

Defines values for DeploymentType.
KnownDeploymentType can be used interchangeably with DeploymentType, this enum contains the known values that the service supports.

Know values supported by the service

Complete: A complete deployment including download, install, and apply actions.
Download: A download-only deployment that does not include any install or apply actions. Not currently supported.
Install: An install-only rollout that does not include any download actions, only install and complete. Not currently supported.

type DeploymentType = string