[[["이해하기 쉬움","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-04-21(UTC)"],[],[],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."]]