你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobsModelFactory.BlobContentInfo Method

Definition

Creates a new BlobContentInfo instance for mocking.

public static Azure.Storage.Blobs.Models.BlobContentInfo BlobContentInfo(Azure.ETag eTag, DateTimeOffset lastModified, byte[] contentHash, string versionId, string encryptionKeySha256, string encryptionScope, long blobSequenceNumber);
static member BlobContentInfo : Azure.ETag * DateTimeOffset * byte[] * string * string * string * int64 -> Azure.Storage.Blobs.Models.BlobContentInfo
Public Shared Function BlobContentInfo (eTag As ETag, lastModified As DateTimeOffset, contentHash As Byte(), versionId As String, encryptionKeySha256 As String, encryptionScope As String, blobSequenceNumber As Long) As BlobContentInfo

Parameters

eTag
ETag
lastModified
DateTimeOffset
contentHash
Byte[]
versionId
String
encryptionKeySha256
String
encryptionScope
String
blobSequenceNumber
Int64

Returns

Applies to