當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Python ArcGIS DatastoreManager.add_ms_azure_storage用法及代碼示例


本文簡要介紹 python 語言中 arcgis.gis.DatastoreManager.add_ms_azure_storage 的用法。

用法:

add_ms_azure_storage(cloud_storage_name, account_key, account_name, container_name, folder=None)

返回:

Datastore 對象

add_ms_azure_storage 使用 Microsoft Azure 創建雲存儲。

Parameter

Description

cloud_storage_name

必需的字符串。存儲條目的名稱。

access_key

必需的字符串。 Azure 存儲的鍵值。

access_secret

必需的字符串。 Azure 存儲的訪問秘密值。

container_name

必需的字符串。保存數據的容器。

folder

可選字符串。數據存儲項中的 Azure 文件夾。

例子:

# Usage Example
>>> arcgis.geoanalytics.get_datastores.add_ms_azure_storage("name", "key", "secret", "cont_name")

相關用法


注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis.DatastoreManager.add_ms_azure_storage。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。