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

DataLakeFileSystemClient.GetParentServiceClientCore Method

Definition

Create a new DataLakeServiceClient that pointing to this DataLakeFileSystemClient's parent container. The new DataLakeServiceClient uses the same request policy pipeline as the DataLakeFileSystemClient.

protected internal virtual Azure.Storage.Files.DataLake.DataLakeServiceClient GetParentServiceClientCore();
abstract member GetParentServiceClientCore : unit -> Azure.Storage.Files.DataLake.DataLakeServiceClient
override this.GetParentServiceClientCore : unit -> Azure.Storage.Files.DataLake.DataLakeServiceClient
Protected Friend Overridable Function GetParentServiceClientCore () As DataLakeServiceClient

Returns

A new BlobContainerClient instance.

Applies to