Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Dokumen ini menjelaskan cara menggunakan Cloud Explorer untuk menjelajahi resource App Engine.
Mengelola aplikasi App Engine
Dengan Cloud Tools for Visual Studio, Anda dapat mengelola aplikasi App Engine langsung
dari Visual Studio menggunakan Cloud Explorer.
Memilih node App Engine di Cloud Explorer akan mencantumkan semua layanan yang berjalan di project Anda. Anda dapat meluaskan setiap layanan dan melihat semua versi yang di-deploy untuk layanan tersebut, alokasi traffic, dan statusnya.
Anda dapat melakukan operasi umum langsung dari Visual Studio dengan mengklik kanan
pada layanan, atau versi.
Operasi layanan
Mengklik kanan layanan App Engine di Cloud Explorer akan menampilkan menu dengan opsi berikut:
Buka di Konsol Cloud Platform - membuka layanan yang dipilih di
Google Cloud konsol di browser
web Anda.
Properties - membuat jendela properti terlihat untuk layanan yang dipilih.
Buka Layanan yang Berjalan - membuka browser web dan memuat aplikasi yang sedang berjalan.
Split Traffic - mengelola alokasi traffic untuk berbagai versi yang berjalan di layanan. Perintah ini hanya akan diaktifkan jika ada beberapa
versi untuk layanan yang dipilih.
Opsi pemfilteran - memfilter versi yang Anda lihat berdasarkan:
Hanya Tampilkan Versi Fleksibel - menampilkan versi yang berjalan di lingkungan App Engine Flex.
Hanya Tampilkan Runtime .NET - menampilkan versi yang menjalankan kode di
runtime Fleksibel App Engine aspnetcore.
Hanya Tampilkan Versi dengan Traffic - menampilkan versi yang memiliki traffic
yang dialokasikan.
Operasi versi
Mengklik kanan pada versi aplikasi di Cloud Explorer akan menampilkan menu dengan
opsi berikut:
Buka di Cloud Platform Console - membuka versi yang dipilih di
Google Cloud konsol di browser
web Anda.
Properties - membuat jendela properti terlihat untuk versi yang dipilih.
Buka Versi yang Berjalan - membuka browser web dan memuat versi aplikasi yang sedang berjalan yang dipilih.
Migrasikan semua traffic - pastikan versi yang dipilih menerima semua
traffic.
Start/Stop Version - memulai atau menghentikan versi aplikasi Anda.
Hapus Versi - jika versi aplikasi dihentikan, Anda dapat menghapusnya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-17 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."]]