DataLakePathClient.WithCustomerProvidedKey メソッド

定義

同じUriソースを指定して、 DataLakePathClient クラスの新しいインスタンスを初期化します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

パラメーター

customerProvidedKey
Nullable<DataLakeCustomerProvidedKey>

顧客がキーを指定しました。

戻り値

新しい DataLakePathClient インスタンス。

注釈

null を渡して、返された DataLakePathClientで顧客がキーを指定することを削除します。

適用対象