你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TableServicesOperations 类
- 继承
-
builtins.objectTableServicesOperations
构造函数
TableServicesOperations(*args, **kwargs)
方法
get_service_properties |
获取存储帐户的表服务的属性,包括存储分析和 CORS (跨域资源共享) 规则的属性。 |
list |
列出存储帐户的所有表服务。 |
set_service_properties |
设置存储帐户的表服务的属性,包括存储分析和 CORS (跨域资源共享) 规则的属性。 |
get_service_properties
获取存储帐户的表服务的属性,包括存储分析和 CORS (跨域资源共享) 规则的属性。
get_service_properties(resource_group_name: str, account_name: str, table_service_name: str | Enum35, **kwargs: Any) -> TableServiceProperties
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
TableServiceProperties 或 cls 的结果 (响应)
返回类型
例外
list
列出存储帐户的所有表服务。
list(resource_group_name: str, account_name: str, **kwargs: Any) -> ListTableServices
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
ListTableServices 或 cls 的结果 (响应)
返回类型
例外
set_service_properties
设置存储帐户的表服务的属性,包括存储分析和 CORS (跨域资源共享) 规则的属性。
set_service_properties(resource_group_name: str, account_name: str, table_service_name: str | _models.Enum35, parameters: _models.TableServiceProperties, *, content_type: str = 'application/json', **kwargs: Any) -> _models.TableServiceProperties
参数
- parameters
- TableServiceProperties 或 IO
必需
存储帐户的表服务的属性,只能指定存储分析和 CORS (跨域资源共享) 规则的属性。 是 TableServiceProperties 类型或 IO 类型。 必需。
- content_type
- str
Body 参数内容类型。 已知值为:“application/json”。 默认值为 None。
- cls
- callable
将传递直接响应的自定义类型或函数
返回
TableServiceProperties 或 cls 的结果 (响应)
返回类型
例外
属性
models
models = <module 'azure.mgmt.storage.v2021_04_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\storage\\v2021_04_01\\models\\__init__.py'>