Compartilhar via


ShareServiceClient.GetShareClient(String) Método

Definição

Crie um novo ShareClient objeto acrescentando shareName ao final de Uri. O novo ShareClient usa o mesmo pipeline de política de solicitação que o 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

Parâmetros

shareName
String

O nome do compartilhamento a ser referenciado.

Retornos

Um ShareClient para o compartilhamento desejado.

Aplica-se a