BlobBaseClient.GetBlobLeaseClientCore(String) メソッド

定義

BlobLeaseClient クラスの新しいインスタンスを初期化します。

protected internal virtual Azure.Storage.Blobs.Specialized.BlobLeaseClient GetBlobLeaseClientCore (string leaseId);
abstract member GetBlobLeaseClientCore : string -> Azure.Storage.Blobs.Specialized.BlobLeaseClient
override this.GetBlobLeaseClientCore : string -> Azure.Storage.Blobs.Specialized.BlobLeaseClient
Protected Friend Overridable Function GetBlobLeaseClientCore (leaseId As String) As BlobLeaseClient

パラメーター

leaseId
String

オプションのリース ID。 リース ID が指定されていない場合は、ランダムなリース ID が作成されます。

戻り値

適用対象