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())