次の方法で共有


BlobsModelFactory.BlobAppendInfo メソッド

定義

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

public static Azure.Storage.Blobs.Models.BlobAppendInfo BlobAppendInfo (Azure.ETag eTag, DateTimeOffset lastModified, byte[] contentHash, byte[] contentCrc64, string blobAppendOffset, int blobCommittedBlockCount, bool isServerEncrypted, string encryptionKeySha256, string encryptionScope);
static member BlobAppendInfo : Azure.ETag * DateTimeOffset * byte[] * byte[] * string * int * bool * string * string -> Azure.Storage.Blobs.Models.BlobAppendInfo
Public Shared Function BlobAppendInfo (eTag As ETag, lastModified As DateTimeOffset, contentHash As Byte(), contentCrc64 As Byte(), blobAppendOffset As String, blobCommittedBlockCount As Integer, isServerEncrypted As Boolean, encryptionKeySha256 As String, encryptionScope As String) As BlobAppendInfo

パラメーター

eTag
ETag
lastModified
DateTimeOffset
contentHash
Byte[]
contentCrc64
Byte[]
blobAppendOffset
String
blobCommittedBlockCount
Int32
isServerEncrypted
Boolean
encryptionKeySha256
String
encryptionScope
String

戻り値

適用対象