SpecializedFileExtensions.GetShareLeaseClient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetShareLeaseClient(ShareClient, String) |
Initializes a new instance of the ShareLeaseClient class. |
GetShareLeaseClient(ShareFileClient, String) |
Initializes a new instance of the ShareLeaseClient class. |
GetShareLeaseClient(ShareClient, String)
- Source:
- ShareLeaseClient.cs
- Source:
- ShareLeaseClient.cs
Initializes a new instance of the ShareLeaseClient class.
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
Parameters
- client
- ShareClient
A ShareClient representing the share being leased.
- leaseId
- String
An optional lease ID. If no lease ID is provided, a random lease ID will be created.
Returns
Applies to
GetShareLeaseClient(ShareFileClient, String)
- Source:
- ShareLeaseClient.cs
- Source:
- ShareLeaseClient.cs
Initializes a new instance of the ShareLeaseClient class.
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
Parameters
- client
- ShareFileClient
A ShareFileClient representing the file being leased.
- leaseId
- String
An optional lease ID. If no lease ID is provided, a random lease ID will be created.
Returns
Applies to
Azure SDK for .NET