Uses of Class
com.azure.storage.blob.models.BlobAudience
Packages that use BlobAudience
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobAudience in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type BlobAudienceModifier and TypeMethodDescriptionBlobClientBuilder.audience
(BlobAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).BlobContainerClientBuilder.audience
(BlobAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).BlobServiceClientBuilder.audience
(BlobAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD). -
Uses of BlobAudience in com.azure.storage.blob.models
Fields in com.azure.storage.blob.models declared as BlobAudienceModifier and TypeFieldDescriptionstatic final BlobAudience
BlobAudience.AZURE_PUBLIC_CLOUD
Gets default Audience used to acquire a token for authorizing requests to any Azure Storage account.Methods in com.azure.storage.blob.models that return BlobAudienceModifier and TypeMethodDescriptionstatic BlobAudience
BlobAudience.createBlobServiceAccountAudience
(String storageAccountName) The service endpoint for a given storage account.static BlobAudience
BlobAudience.fromString
(String audience) The Azure Active Directory audience to use when forming authorization scopes.Methods in com.azure.storage.blob.models that return types with arguments of type BlobAudience -
Uses of BlobAudience in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobAudienceModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.audience
(BlobAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).