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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript