SpecializedBlobExtensions.GetBlobLeaseClient メソッド

定義

オーバーロード

GetBlobLeaseClient(BlobContainerClient, String)

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

GetBlobLeaseClient(BlobBaseClient, String)

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

GetBlobLeaseClient(BlobContainerClient, String)

ソース:
BlobLeaseClient.cs
ソース:
BlobLeaseClient.cs

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

public static Azure.Storage.Blobs.Specialized.BlobLeaseClient GetBlobLeaseClient (this Azure.Storage.Blobs.BlobContainerClient client, string leaseId = default);
static member GetBlobLeaseClient : Azure.Storage.Blobs.BlobContainerClient * string -> Azure.Storage.Blobs.Specialized.BlobLeaseClient
<Extension()>
Public Function GetBlobLeaseClient (client As BlobContainerClient, Optional leaseId As String = Nothing) As BlobLeaseClient

パラメーター

client
BlobContainerClient

BlobContainerClientリースされるコンテナーを表す 。

leaseId
String

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

適用対象

GetBlobLeaseClient(BlobBaseClient, String)

ソース:
BlobLeaseClient.cs
ソース:
BlobLeaseClient.cs

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

public static Azure.Storage.Blobs.Specialized.BlobLeaseClient GetBlobLeaseClient (this Azure.Storage.Blobs.Specialized.BlobBaseClient client, string leaseId = default);
static member GetBlobLeaseClient : Azure.Storage.Blobs.Specialized.BlobBaseClient * string -> Azure.Storage.Blobs.Specialized.BlobLeaseClient
<Extension()>
Public Function GetBlobLeaseClient (client As BlobBaseClient, Optional leaseId As String = Nothing) As BlobLeaseClient

パラメーター

client
BlobBaseClient

BlobClientリースされる BLOB を表す 。

leaseId
String

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

適用対象