Résumé
The ListPortalURLs function returns a list of available portal URLs.
Discussion
For more information on portal connections, see Manage portal connections from ArcGIS Pro.
Syntaxe
ListPortalURLs ()
Type de données | Explication |
String | Returns a list of available portals. |
Exemple de code
import arcpy
# For example: ['http://testext.arcgis.com/', 'http://www.arcgis.com/']
print(arcpy.ListPortalURLs())
Vous avez un commentaire à formuler concernant cette rubrique ?