你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobServiceClient.SetPropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
该SetPropertiesAsync(BlobServiceProperties, CancellationToken)操作为存储帐户的 Blob 服务终结点设置属性,包括存储分析、CORS (跨域资源共享) 规则和软删除设置的属性。 也可以使用此操作为未指定版本的所有 BLOB 服务传入请求设置默认请求版本。
有关详细信息,请参阅 设置 Blob 服务属性。
public virtual System.Threading.Tasks.Task<Azure.Response> SetPropertiesAsync (Azure.Storage.Blobs.Models.BlobServiceProperties properties, System.Threading.CancellationToken cancellationToken = default);
abstract member SetPropertiesAsync : Azure.Storage.Blobs.Models.BlobServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SetPropertiesAsync : Azure.Storage.Blobs.Models.BlobServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SetPropertiesAsync (properties As BlobServiceProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
参数
- properties
- BlobServiceProperties
Blob 服务属性。
- cancellationToken
- CancellationToken
可选 CancellationToken ,用于传播应取消操作的通知。
返回
描述 Response 服务属性的 。
注解
RequestFailedException如果发生故障,将引发 。