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