TableServicesOperations interface
表示 TableServices 操作的接口。
属性
| get |
获取存储账户 Table 服务的属性,包括 存储分析 和 CORS(跨源资源共享)规则的属性。 |
| list | 列出存储帐户的所有表服务。 |
| set |
设置存储账户的 Table 服务属性,包括 存储分析 和 CORS(跨源资源共享)规则的属性。 |
属性详细信息
getServiceProperties
获取存储账户 Table 服务的属性,包括 存储分析 和 CORS(跨源资源共享)规则的属性。
getServiceProperties: (resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
属性值
(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
list
列出存储帐户的所有表服务。
list: (resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
属性值
(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
setServiceProperties
设置存储账户的 Table 服务属性,包括 存储分析 和 CORS(跨源资源共享)规则的属性。
setServiceProperties: (resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
属性值
(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>