Uses of Class
com.azure.storage.file.datalake.options.DataLakeGetUserDelegationKeyOptions
Packages that use DataLakeGetUserDelegationKeyOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakeGetUserDelegationKeyOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeGetUserDelegationKeyOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<UserDelegationKey>> DataLakeServiceAsyncClient.getUserDelegationKeyWithResponse(DataLakeGetUserDelegationKeyOptions options) Gets a user delegation key for use with this account's data lake storage.com.azure.core.http.rest.Response<UserDelegationKey> DataLakeServiceClient.getUserDelegationKeyWithResponse(DataLakeGetUserDelegationKeyOptions options, Duration timeout, com.azure.core.util.Context context) Gets a user delegation key for use with this account's data lake storage. -
Uses of DataLakeGetUserDelegationKeyOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakeGetUserDelegationKeyOptionsModifier and TypeMethodDescriptionDataLakeGetUserDelegationKeyOptions.setDelegatedUserTenantId(String delegatedUserTenantId) Optional.DataLakeGetUserDelegationKeyOptions.setStartsOn(OffsetDateTime startsOn) Optional.