Compartilhar via


DataLakeDirectoryClient.WithCustomerProvidedKey Método

Definição

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

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

Parâmetros

customerProvidedKey
Nullable<DataLakeCustomerProvidedKey>

A chave fornecida pelo cliente.

Retornos

Uma nova instância de DataLakeDirectoryClient.

Comentários

Passe nulo para remover a chave de forneceção do cliente no retornado DataLakeDirectoryClient.

Aplica-se a