Skip to main content

ListPortalURLs

サマリー

Returns a list of available portal URLs.

ディスカッション

For more information about portal connections, see Manage portal connections from ArcGIS Pro.

構文

ListPortalURLs()

戻り値

データ タイプ 説明

String

Returns a list of available portals.

コードのサンプル

ListPortalURLs example
import arcpy

# For example: ['http://testext.arcgis.com/', 'http://www.arcgis.com/']
print(arcpy.ListPortalURLs())