BlobRestoreParameters Constructors

Definition

Overloads

BlobRestoreParameters()

Initializes a new instance of the BlobRestoreParameters class.

BlobRestoreParameters(DateTime, IList<BlobRestoreRange>)

Initializes a new instance of the BlobRestoreParameters class.

BlobRestoreParameters()

Initializes a new instance of the BlobRestoreParameters class.

public BlobRestoreParameters ();
Public Sub New ()

Applies to

BlobRestoreParameters(DateTime, IList<BlobRestoreRange>)

Initializes a new instance of the BlobRestoreParameters class.

public BlobRestoreParameters (DateTime timeToRestore, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> blobRanges);
new Microsoft.Azure.Management.Storage.Models.BlobRestoreParameters : DateTime * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobRestoreRange> -> Microsoft.Azure.Management.Storage.Models.BlobRestoreParameters
Public Sub New (timeToRestore As DateTime, blobRanges As IList(Of BlobRestoreRange))

Parameters

timeToRestore
DateTime

Restore blob to the specified time.

blobRanges
IList<BlobRestoreRange>

Blob ranges to restore.

Applies to