次の方法で共有


BlobRestoreParameters.BlobRanges プロパティ

定義

復元する BLOB 範囲を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="blobRanges")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> BlobRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blobRanges")>]
member this.BlobRanges : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> with get, set
Public Property BlobRanges As IList(Of BlobRestoreRange)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象