你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpecializedFileExtensions.GetShareLeaseClient 方法

定义

重载

GetShareLeaseClient(ShareClient, String)

初始化 ShareLeaseClient 类的新实例。

GetShareLeaseClient(ShareFileClient, String)

初始化 ShareLeaseClient 类的新实例。

GetShareLeaseClient(ShareClient, String)

Source:
ShareLeaseClient.cs
Source:
ShareLeaseClient.cs

初始化 ShareLeaseClient 类的新实例。

public static Azure.Storage.Files.Shares.Specialized.ShareLeaseClient GetShareLeaseClient (this Azure.Storage.Files.Shares.ShareClient client, string leaseId = default);
static member GetShareLeaseClient : Azure.Storage.Files.Shares.ShareClient * string -> Azure.Storage.Files.Shares.Specialized.ShareLeaseClient
<Extension()>
Public Function GetShareLeaseClient (client As ShareClient, Optional leaseId As String = Nothing) As ShareLeaseClient

参数

client
ShareClient

表示 ShareClient 要租用的共享的 。

leaseId
String

可选的租约 ID。 如果未提供租约 ID,则将创建随机租用 ID。

返回

适用于

GetShareLeaseClient(ShareFileClient, String)

Source:
ShareLeaseClient.cs
Source:
ShareLeaseClient.cs

初始化 ShareLeaseClient 类的新实例。

public static Azure.Storage.Files.Shares.Specialized.ShareLeaseClient GetShareLeaseClient (this Azure.Storage.Files.Shares.ShareFileClient client, string leaseId = default);
static member GetShareLeaseClient : Azure.Storage.Files.Shares.ShareFileClient * string -> Azure.Storage.Files.Shares.Specialized.ShareLeaseClient
<Extension()>
Public Function GetShareLeaseClient (client As ShareFileClient, Optional leaseId As String = Nothing) As ShareLeaseClient

参数

client
ShareFileClient

一个 ShareFileClient ,表示要租用的文件。

leaseId
String

可选的租约 ID。 如果未提供租约 ID,则将创建随机租用 ID。

返回

适用于