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

IWithDefaultServiceVersion.WithDefaultServiceVersion(String) 方法

定义

指定 defaultServiceVersion。

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate WithDefaultServiceVersion (string defaultServiceVersion);
abstract member WithDefaultServiceVersion : string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
Public Function WithDefaultServiceVersion (defaultServiceVersion As String) As IUpdate

参数

defaultServiceVersion
String

如果未指定传入请求的版本,则 DefaultServiceVersion 指示用于对 Blob 服务的请求的默认版本。 可取的值包括 2008-10-27 版和所有更新的版本。

返回

适用于