GetActivePortalURL

サマリー

Returns the URL of the active portal.

説明

To add, set, or edit portal connections, see Manage portal connections from ArcGIS Pro.

構文

GetActivePortalURL ()
戻り値
データ タイプ説明
String

The URL of the active portal.

コードのサンプル

GetActivePortalURL example
import arcpy

# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()

関連トピック