本文簡要介紹 python 語言中 arcgis.gis._impl._profile.ProfileManager.create
的用法。
用法:
create(profile, url=None, username=None, password=None, key_file=None, cert_file=None, client_id=None)
返回:
指示成功 (True) 或失敗 (False) 的布爾值
create
方法將新條目添加到配置文件存儲中。Parameter
Description
profile
必需的字符串。要添加的配置文件的名稱。
url
可選字符串。網站網址。
username
可選字符串。登錄用戶名。
password
可選字符串。登錄用戶密碼。
key_file
可選字符串。 PKI 安全性的 key 文件。
cert_file
可選字符串。 PKI 安全性的證書文件。
client_id
可選字符串。 oauth 登錄的客戶端 ID。
例子:
# Usage Example >>> gis.ProfileManager.create("profile_name", >>> url= "www.foo.com", >>> username = "User1234", >>> password = "Password1234", >>> key_file = "key_file", >>> cert_fle = "cert_file_name")
相關用法
- Python ArcGIS ProfileManager.get用法及代碼示例
- Python ArcGIS ProfileManager.save_as用法及代碼示例
- Python ArcGIS ProfileManager.delete用法及代碼示例
- Python ArcGIS ProfileManager.update用法及代碼示例
- Python ArcGIS Project用法及代碼示例
- Python ArcGIS PortalLicense.update用法及代碼示例
- Python ArcGIS PageManager.link用法及代碼示例
- Python ArcGIS PortalDataStore.register用法及代碼示例
- Python ArcGIS Polygon.coordinates用法及代碼示例
- Python ArcGIS PortalDataStore.unregister用法及代碼示例
- Python ArcGIS Point3DLayer用法及代碼示例
- Python ArcGIS PortalDataStore.servers用法及代碼示例
- Python ArcGIS PortalDataStore用法及代碼示例
- Python ArcGIS PageManager.clone用法及代碼示例
- Python ArcGIS PortalDataStore.describe用法及代碼示例
- Python ArcGIS PortalDataStore.layers用法及代碼示例
- Python ArcGIS Page.delete用法及代碼示例
- Python ArcGIS PageManager.add用法及代碼示例
- Python ArcGIS PortalDataStore.validate用法及代碼示例
- Python ArcGIS PageManager.unlink用法及代碼示例
- Python ArcGIS PortalDataStore.publish用法及代碼示例
- Python ArcGIS Page.update用法及代碼示例
- Python ArcGIS PortalDataStore.delete_layers用法及代碼示例
- Python ArcGIS PortalAdminManager.mode用法及代碼示例
- Python ArcGIS Point.coordinates用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis._impl._profile.ProfileManager.create。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。