To describe the backend "my-backend", run:
gdcloud compute backends describe my-backend \
--project="my-project"
可选标志
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
[[["易于理解","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-09-04。"],[[["\u003cp\u003eThis command, \u003ccode\u003egdcloud compute backends describe\u003c/code\u003e, is used to retrieve details about a specific backend associated with a load balancer.\u003c/p\u003e\n"],["\u003cp\u003eThe command requires the backend's name, \u003ccode\u003eBACKEND_NAME\u003c/code\u003e, as input to identify which backend to describe.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--zone\u003c/code\u003e flag is optional and can be set globally for all commands requiring it via \u003ccode\u003egdcloud config set core/zone ZONE\u003c/code\u003e in multi-zone environments.\u003c/p\u003e\n"],["\u003cp\u003eCommonly available global flags like \u003ccode\u003e--project\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, and \u003ccode\u003e--help\u003c/code\u003e are also usable with this command.\u003c/p\u003e\n"]]],[],null,["# gdcloud compute backends describe\n\nNAME\n----\n\ngdcloud compute backends describe - Describe backends for a load balancer.\n\nSYNOPSIS\n--------\n\n gdcloud compute backends describe BACKEND_NAME [flags]\n\n### EXAMPLES\n\n To describe the backend \"my-backend\", run:\n\n gdcloud compute backends describe my-backend \\\n --project=\"my-project\"\n\n### OPTIONAL FLAGS\n\n --zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: \"gdcloud config set core/zone ZONE\". The zone flag is available only in multi-zone environments.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]