次の方法で共有


BlobServiceProperties.DefaultServiceVersion プロパティ

定義

受信要求のバージョンが指定されていない場合に BLOB サービスへの要求に使用する既定のバージョンを示す defaultServiceVersion を取得または設定します。 有効値は、バージョン 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

適用対象