Compartilhar via


DataLakePathClient.WithCustomerProvidedKey Método

Definição

Inicializa uma nova instância da DataLakePathClient classe com uma origem idêntica Uri , mas o especificado customerProvidedKey.

public Azure.Storage.Files.DataLake.DataLakePathClient WithCustomerProvidedKey (Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey? customerProvidedKey);
member this.WithCustomerProvidedKey : Nullable<Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey> -> Azure.Storage.Files.DataLake.DataLakePathClient
Public Function WithCustomerProvidedKey (customerProvidedKey As Nullable(Of DataLakeCustomerProvidedKey)) As DataLakePathClient

Parâmetros

customerProvidedKey
Nullable<DataLakeCustomerProvidedKey>

A chave fornecida pelo cliente.

Retornos

Uma nova instância de DataLakePathClient.

Comentários

Passe nulo para remover a chave de suporte do cliente no retornado DataLakePathClient.

Aplica-se a