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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET