BlobsModelFactory.PageInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック作成用の新しい 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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET