[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-24。"],[[["A configuration can be used to create a deployment, which in turn creates the resources defined within that configuration, as demonstrated by the creation of two virtual machine (VM) instances."],["The `gcloud deployment-manager deployments create` command is used to deploy a configuration, and you can confirm successful deployment by observing the completion messages in the output."],["You can view a list of the created resources within a deployment using the `gcloud deployment-manager resources list` command, or you can find detailed information about a deployment using `gcloud deployment-manager deployments describe`."],["The Google Cloud console provides a visual interface to see all deployments and their associated resources, allowing you to understand the hierarchy of resources, and you can navigate to the Deployments page to see them."],["To avoid conflicts and potential charges for Compute Engine resources, it is important to delete a deployment when it is no longer needed using `gcloud deployment-manager deployments delete`, which will also remove the resources included in it."]]],[]]