Udostępnij za pośrednictwem


ShareServiceClient.GetShareClient(String) Method

Definition

Create a new ShareClient object by appending shareName to the end of Uri. The new ShareClient uses the same request policy pipeline as the ShareServiceClient.

public virtual Azure.Storage.Files.Shares.ShareClient GetShareClient (string shareName);
abstract member GetShareClient : string -> Azure.Storage.Files.Shares.ShareClient
override this.GetShareClient : string -> Azure.Storage.Files.Shares.ShareClient
Public Overridable Function GetShareClient (shareName As String) As ShareClient

Parameters

shareName
String

The name of the share to reference.

Returns

A ShareClient for the desired share.

Applies to