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

BlobServiceProperties.DefaultServiceVersion 属性

定义

获取或设置 defaultServiceVersion,指示在未指定传入请求的版本时用于对 Blob 服务的请求的默认版本。 可取的值包括 2008-10-27 版和所有更新的版本。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultServiceVersion")]
public string DefaultServiceVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultServiceVersion")>]
member this.DefaultServiceVersion : string with get, set
Public Property DefaultServiceVersion As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于