Question 14 of 284
Single answerYou need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?
Agcloud deployment-manager deployments create --config
✓Bgcloud deployment-manager deployments update --config
Cgcloud deployment-manager resources create --config
Dgcloud deployment-manager resources update --config
✓
Correct Answer: B
gcloud deployment-manager deployments update --config <deployment-config-path>
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.