[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# Browsing App Engine Resources\n\nThis document describes how to use Cloud Explorer to browse\nApp Engine resources.\n\nManaging your App Engine apps\n-----------------------------\n\nWith Cloud Tools for Visual Studio, you can manage App Engine apps directly\nfrom Visual Studio using Cloud Explorer.\n\nSelecting an App Engine node in Cloud Explorer will list\nall of the services running in your project. You can expand each service and see\nall of the versions that are deployed for that service, the traffic allocation\nand its status.\n\nYou can perform common operations directly from Visual Studio by right-clicking\non the service, or version.\n\nService operations\n------------------\n\nRight clicking on an App Engine service in Cloud Explorer\nwill display a menu with the following options:\n\n- **Open on Cloud Platform Console** - opens the selected service in the\n [Google Cloud console](https://console.cloud.google.com/) in your web\n browser.\n\n- **Properties** - makes the properties window visible for the selected service.\n\n- **Open Running Service** - opens a web browser and load your running app.\n\n- **Split Traffic** - manage traffic allocation for the various versions\n running on a service. This command will only be enabled if there are multiple\n versions for the selected service.\n\n- **Filtering options** - filter the versions that you are seeing by:\n\n - **Show Only Flexible Versions** - display versions running on the App\n Engine Flex environment.\n\n - **Show Only .NET Runtimes** - display versions running code on the\n `aspnetcore` App Engine Flexible runtime.\n\n - **Show Only Versions with Traffic** - display versions that have traffic\n allocated to them.\n\nVersion operations\n------------------\n\nRight clicking on an app version in the Cloud Explorer will show a menu with the\nfollowing options:\n\n- **Open on Cloud Platform Console** - opens the selected version in the\n [Google Cloud console](https://console.cloud.google.com) in your web\n browser.\n\n- **Properties** - makes the properties window visible for the selected version.\n\n- **Open Running Version** - opens a web browser and load the chosen version of\n your running app.\n\n- **Migrate all traffic** - ensure the selected version receives all of the\n traffic.\n\n- **Start/Stop Version** - start or stop the version of your app.\n\n- **Delete Version** - if the app version is stopped you can delete it."]]