次の方法で共有


StorageAccountsOperationsExtensions.BeginRestoreBlobRangesAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobRestoreStatus> BeginRestoreBlobRangesAsync (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, string resourceGroupName, string accountName, DateTime timeToRestore, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> blobRanges, System.Threading.CancellationToken cancellationToken = default);
static member BeginRestoreBlobRangesAsync : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * string * string * DateTime * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobRestoreStatus>
<Extension()>
Public Function BeginRestoreBlobRangesAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, timeToRestore As DateTime, blobRanges As IList(Of BlobRestoreRange), Optional cancellationToken As CancellationToken = Nothing) As Task(Of BlobRestoreStatus)

パラメーター

operations
IStorageAccountsOperations

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

resourceGroupName
String

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

accountName
String

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

timeToRestore
DateTime

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

blobRanges
IList<BlobRestoreRange>

復元する BLOB 範囲。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象