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

SpecializedDataLakeExtensions.GetParentServiceClient Method

Definition

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

public static Azure.Storage.Files.DataLake.DataLakeServiceClient GetParentServiceClient(this Azure.Storage.Files.DataLake.DataLakeFileSystemClient client);
static member GetParentServiceClient : Azure.Storage.Files.DataLake.DataLakeFileSystemClient -> Azure.Storage.Files.DataLake.DataLakeServiceClient
<Extension()>
Public Function GetParentServiceClient (client As DataLakeFileSystemClient) As DataLakeServiceClient

Parameters

Returns

A new DataLakeFileSystemClient instance.

Applies to