DeploymentResourceProperties interface  
Deployment resource properties payload
Properties
| active | Indicates whether the Deployment is active | 
| deployment | Deployment settings of the Deployment | 
| instances | Collection of instances belong to the Deployment NOTE: This property will not be serialized. It can only be populated by the server. | 
| provisioning | Provisioning state of the Deployment NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Uploaded source information of the deployment. | 
| status | Status of the Deployment NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
active
Indicates whether the Deployment is active
active?: booleanProperty Value
boolean
		deploymentSettings
	 
	Deployment settings of the Deployment
deploymentSettings?: DeploymentSettingsProperty Value
instances
Collection of instances belong to the Deployment NOTE: This property will not be serialized. It can only be populated by the server.
instances?: DeploymentInstance[]Property Value
		provisioningState
	 
	Provisioning state of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: stringProperty Value
string
source
Uploaded source information of the deployment.
source?: UserSourceInfoUnionProperty Value
status
Status of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.
status?: stringProperty Value
string