Share via


BlobsModelFactory.PageInfo メソッド

定義

モック作成用の新しい PageInfo インスタンスを作成します。

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

パラメーター

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

戻り値

適用対象