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

IBlobServicesOperations 接口

定义

BlobServicesOperations 操作。

public interface IBlobServicesOperations
type IBlobServicesOperations = interface
Public Interface IBlobServicesOperations

方法

GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取存储帐户的 Blob 服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

SetServicePropertiesWithHttpMessagesAsync(String, String, BlobServicePropertiesInner, Dictionary<String,List<String>>, CancellationToken)

设置存储帐户的 Blob 服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

扩展方法

GetServicePropertiesAsync(IBlobServicesOperations, String, String, CancellationToken)

获取存储帐户的 Blob 服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

SetServicePropertiesAsync(IBlobServicesOperations, String, String, BlobServicePropertiesInner, CancellationToken)

设置存储帐户的 Blob 服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

适用于