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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET