BlobRestoreParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET