ListPortalURLs

この ArcGIS 2.6 ドキュメントはアーカイブされており、今後更新されません。 コンテンツとリンクが古い場合があります。 最新のドキュメントをご参照ください

概要

The ListPortalURLs function returns a list of available portal URLs.

ディスカッション

For more information on 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())