Uses of Class
com.azure.storage.file.datalake.models.DataLakeAudience
Packages that use DataLakeAudience
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeAudience in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeAudienceModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.audience
(DataLakeAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).DataLakePathClientBuilder.audience
(DataLakeAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).DataLakeServiceClientBuilder.audience
(DataLakeAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD). -
Uses of DataLakeAudience in com.azure.storage.file.datalake.models
Fields in com.azure.storage.file.datalake.models declared as DataLakeAudienceModifier and TypeFieldDescriptionstatic final DataLakeAudience
DataLakeAudience.AZURE_PUBLIC_CLOUD
Gets default Audience used to acquire a token for authorizing requests to any Azure Storage account.Methods in com.azure.storage.file.datalake.models that return DataLakeAudienceModifier and TypeMethodDescriptionstatic DataLakeAudience
DataLakeAudience.createDataLakeServiceAccountAudience
(String storageAccountName) The service endpoint for a given storage account.static DataLakeAudience
DataLakeAudience.fromString
(String audience) The Azure Active Directory audience to use when forming authorization scopes.Methods in com.azure.storage.file.datalake.models that return types with arguments of type DataLakeAudienceModifier and TypeMethodDescriptionstatic Collection
<DataLakeAudience> DataLakeAudience.values()
Gets known DataLakeAudience values.