次の方法で共有


ShareLeaseClient コンストラクター

定義

オーバーロード

ShareLeaseClient()

モック作成のために クラスの ShareLeaseClient 新しいインスタンスを初期化します。

ShareLeaseClient(ShareClient, String)

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

ShareLeaseClient(ShareFileClient, String)

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

ShareLeaseClient()

ソース:
ShareLeaseClient.cs
ソース:
ShareLeaseClient.cs

モック作成のために クラスの ShareLeaseClient 新しいインスタンスを初期化します。

protected ShareLeaseClient ();
Protected Sub New ()

適用対象

ShareLeaseClient(ShareClient, String)

ソース:
ShareLeaseClient.cs
ソース:
ShareLeaseClient.cs

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

public ShareLeaseClient (Azure.Storage.Files.Shares.ShareClient client, string leaseId = default);
new Azure.Storage.Files.Shares.Specialized.ShareLeaseClient : Azure.Storage.Files.Shares.ShareClient * string -> Azure.Storage.Files.Shares.Specialized.ShareLeaseClient
Public Sub New (client As ShareClient, Optional leaseId As String = Nothing)

パラメーター

client
ShareClient

ShareClientリースされている共有を表す 。

leaseId
String

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

適用対象

ShareLeaseClient(ShareFileClient, String)

ソース:
ShareLeaseClient.cs
ソース:
ShareLeaseClient.cs

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

public ShareLeaseClient (Azure.Storage.Files.Shares.ShareFileClient client, string leaseId = default);
new Azure.Storage.Files.Shares.Specialized.ShareLeaseClient : Azure.Storage.Files.Shares.ShareFileClient * string -> Azure.Storage.Files.Shares.Specialized.ShareLeaseClient
Public Sub New (client As ShareFileClient, Optional leaseId As String = Nothing)

パラメーター

client
ShareFileClient

ShareFileClientリースされるファイルを表す 。

leaseId
String

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

適用対象