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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET