本文簡要介紹 python 語言中 arcgis.apps.hub.sites.SiteManager.get_by_domain
的用法。
用法:
get_by_domain(domain_url)
返回:
如果找到該項目,則為站點對象;如果未找到該項目,則為 None。
返回指定域 URL 的站點對象。
Parameter
Description
domain_url
必需的字符串。網站網址。
注意:
您隻能按您環境中的本地域獲取站點。例如:如果您的 Hub 實例是 ArcGIS 在線實例,則您可以通過 URL 獲取 ArcGIS 在線站點,如果您已登錄 ArcGIS 企業實例,則隻有本地站點可用。
例子:
# USAGE EXAMPLE: Fetch a site successfully site1 = myHub.sites.get_by_domain('opendata.dc.gov') site1.item
相關用法
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python ArcGIS Site.search用法及代碼示例
- Python ArcGIS Sidecar用法及代碼示例
- Python ArcGIS SingleFieldGeometry用法及代碼示例
- Python ArcGIS StoryMap.move用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.hub.sites.SiteManager.get_by_domain。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。