次の方法で共有


BlobsModelFactory.BlobLease(ETag, DateTimeOffset, String) メソッド

定義

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

public static Azure.Storage.Blobs.Models.BlobLease BlobLease (Azure.ETag eTag, DateTimeOffset lastModified, string leaseId);
static member BlobLease : Azure.ETag * DateTimeOffset * string -> Azure.Storage.Blobs.Models.BlobLease
Public Shared Function BlobLease (eTag As ETag, lastModified As DateTimeOffset, leaseId As String) As BlobLease

パラメーター

eTag
ETag
lastModified
DateTimeOffset
leaseId
String

戻り値

適用対象