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