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

SpecializedDataLakeExtensions.GetParentServiceClient 方法

定义

创建一个指向此DataLakePathClient父容器的新DataLakeFileSystemClient。 新的 DataLakeFileSystemClient 使用与 相同的请求策略管道 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

参数

返回

DataLakeFileSystemClient 实例。

适用于