Partager via


ShareServiceClient.GetShareClient(String) Méthode

Définition

Créez un ShareClient objet en ajoutant shareName à la fin de Uri. Le nouveau ShareClient utilise le même pipeline de stratégie de requête que le 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

Paramètres

shareName
String

Nom du partage à référencer.

Retours

ShareClient pour le partage souhaité.

S’applique à