次の方法で共有


BlobsModelFactory.BlockInfo(Byte[], Byte[], String, String) メソッド

定義

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

public static Azure.Storage.Blobs.Models.BlockInfo BlockInfo (byte[] contentHash, byte[] contentCrc64, string encryptionKeySha256, string encryptionScope);
static member BlockInfo : byte[] * byte[] * string * string -> Azure.Storage.Blobs.Models.BlockInfo
Public Shared Function BlockInfo (contentHash As Byte(), contentCrc64 As Byte(), encryptionKeySha256 As String, encryptionScope As String) As BlockInfo

パラメーター

contentHash
Byte[]
contentCrc64
Byte[]
encryptionKeySha256
String
encryptionScope
String

戻り値

適用対象