你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileServicesOperations interface

表示文件服务操作的接口。

属性

getServiceProperties

获取存储帐户中文件服务的属性,包括 CORS(跨域资源共享)规则。

getServiceUsage

获取存储帐户中的文件服务的使用情况,包括帐户限制、文件共享限制和建议和突发公式中使用的常量。

list

列出存储帐户中的所有文件服务

listServiceUsages

获取存储帐户中文件服务的使用情况。

setServiceProperties

设置存储帐户中文件服务的属性,包括 CORS(跨域资源共享)规则。

属性详细信息

getServiceProperties

获取存储帐户中文件服务的属性,包括 CORS(跨域资源共享)规则。

getServiceProperties: (resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams) => Promise<FileServiceProperties>

属性值

(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams) => Promise<FileServiceProperties>

getServiceUsage

获取存储帐户中的文件服务的使用情况,包括帐户限制、文件共享限制和建议和突发公式中使用的常量。

getServiceUsage: (resourceGroupName: string, accountName: string, options?: FileServicesGetServiceUsageOptionalParams) => Promise<FileServiceUsage>

属性值

(resourceGroupName: string, accountName: string, options?: FileServicesGetServiceUsageOptionalParams) => Promise<FileServiceUsage>

list

列出存储帐户中的所有文件服务

list: (resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams) => Promise<FileServiceItems>

属性值

(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams) => Promise<FileServiceItems>

listServiceUsages

获取存储帐户中文件服务的使用情况。

listServiceUsages: (resourceGroupName: string, accountName: string, options?: FileServicesListServiceUsagesOptionalParams) => PagedAsyncIterableIterator<FileServiceUsage, FileServiceUsage[], PageSettings>

属性值

(resourceGroupName: string, accountName: string, options?: FileServicesListServiceUsagesOptionalParams) => PagedAsyncIterableIterator<FileServiceUsage, FileServiceUsage[], PageSettings>

setServiceProperties

设置存储帐户中文件服务的属性,包括 CORS(跨域资源共享)规则。

setServiceProperties: (resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams) => Promise<FileServiceProperties>

属性值

(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams) => Promise<FileServiceProperties>