TableServices interface
代表 TableServices 的介面。
方法
get |
取得儲存體帳戶資料表服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。 |
list(string, string, Table |
列出儲存體帳戶的所有資料表服務。 |
set |
設定儲存體帳戶資料表服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。 |
方法詳細資料
getServiceProperties(string, string, TableServicesGetServicePropertiesOptionalParams)
取得儲存體帳戶資料表服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。
function getServiceProperties(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): Promise<TableServiceProperties>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
選項參數。
傳回
Promise<TableServiceProperties>
list(string, string, TableServicesListOptionalParams)
列出儲存體帳戶的所有資料表服務。
function list(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): Promise<ListTableServices>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
- options
- TableServicesListOptionalParams
選項參數。
傳回
Promise<ListTableServices>
setServiceProperties(string, string, TableServiceProperties, TableServicesSetServicePropertiesOptionalParams)
設定儲存體帳戶資料表服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。
function setServiceProperties(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): Promise<TableServiceProperties>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
- parameters
- TableServiceProperties
儲存體帳戶資料表服務的屬性,只能指定儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。
選項參數。
傳回
Promise<TableServiceProperties>