次の方法で共有


StorageAccountsOperationsExtensions.RestoreBlobRanges メソッド

定義

指定した BLOB 範囲の BLOB を復元する

public static Microsoft.Azure.Management.Storage.Models.BlobRestoreStatus RestoreBlobRanges (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, string resourceGroupName, string accountName, DateTime timeToRestore, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> blobRanges);
static member RestoreBlobRanges : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * string * string * DateTime * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> -> Microsoft.Azure.Management.Storage.Models.BlobRestoreStatus
<Extension()>
Public Function RestoreBlobRanges (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, timeToRestore As DateTime, blobRanges As IList(Of BlobRestoreRange)) As BlobRestoreStatus

パラメーター

operations
IStorageAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

timeToRestore
DateTime

指定した時刻に BLOB を復元します。

blobRanges
IList<BlobRestoreRange>

復元する BLOB 範囲。

戻り値

適用対象