BlobsModelFactory.BlobSnapshotInfo Method
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.
Creates a new BlobSnapshotInfo instance for mocking.
public static Azure.Storage.Blobs.Models.BlobSnapshotInfo BlobSnapshotInfo (string snapshot, Azure.ETag eTag, DateTimeOffset lastModified, string versionId, bool isServerEncrypted);
static member BlobSnapshotInfo : string * Azure.ETag * DateTimeOffset * string * bool -> Azure.Storage.Blobs.Models.BlobSnapshotInfo
Public Shared Function BlobSnapshotInfo (snapshot As String, eTag As ETag, lastModified As DateTimeOffset, versionId As String, isServerEncrypted As Boolean) As BlobSnapshotInfo
Parameters
- snapshot
- String
- eTag
- ETag
- lastModified
- DateTimeOffset
- versionId
- String
- isServerEncrypted
- Boolean
Returns
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