Uses of Class
com.azure.storage.blob.models.FileShareTokenIntent
Packages that use FileShareTokenIntent
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of FileShareTokenIntent in com.azure.storage.blob.models
Fields in com.azure.storage.blob.models declared as FileShareTokenIntentModifier and TypeFieldDescriptionstatic final FileShareTokenIntentFileShareTokenIntent.BACKUPStatic value backup for FileShareTokenIntent.Methods in com.azure.storage.blob.models that return FileShareTokenIntentModifier and TypeMethodDescriptionstatic FileShareTokenIntentFileShareTokenIntent.fromString(String name) Creates or finds a FileShareTokenIntent from its string representation.Methods in com.azure.storage.blob.models that return types with arguments of type FileShareTokenIntentModifier and TypeMethodDescriptionstatic Collection<FileShareTokenIntent> FileShareTokenIntent.values()Gets known FileShareTokenIntent values. -
Uses of FileShareTokenIntent in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return FileShareTokenIntentModifier and TypeMethodDescriptionAppendBlobAppendBlockFromUrlOptions.getSourceShareTokenIntent()Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlobCopyFromUrlOptions.getSourceShareTokenIntent()Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlobUploadFromUrlOptions.getSourceShareTokenIntent()Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlockBlobStageBlockFromUrlOptions.getSourceShareTokenIntent()Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.PageBlobUploadPagesFromUrlOptions.getSourceShareTokenIntent()Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.Methods in com.azure.storage.blob.options with parameters of type FileShareTokenIntentModifier and TypeMethodDescriptionAppendBlobAppendBlockFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlobCopyFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlobUploadFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.BlockBlobStageBlockFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.PageBlobUploadPagesFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication.