Uses of Class
com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Packages that use BlobServiceSasQueryParameters Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.sas Package containing SAS (shared access signature) classes used by Azure Storage Blobs. -
-
Uses of BlobServiceSasQueryParameters in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceSasQueryParameters Modifier and Type Method Description BlobServiceSasQueryParametersBlobUrlParts. getSasQueryParameters()Deprecated.Please useBlobUrlParts.getCommonSasQueryParameters()Methods in com.azure.storage.blob with parameters of type BlobServiceSasQueryParameters Modifier and Type Method Description BlobUrlPartsBlobUrlParts. setSasQueryParameters(BlobServiceSasQueryParameters blobServiceSasQueryParameters)Deprecated. -
Uses of BlobServiceSasQueryParameters in com.azure.storage.blob.sas
Methods in com.azure.storage.blob.sas that return BlobServiceSasQueryParameters Modifier and Type Method Description BlobServiceSasQueryParametersBlobServiceSasSignatureValues. generateSasQueryParameters(UserDelegationKey delegationKey, String accountName)Deprecated.Please use the generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) method on the desired container/blob client after initializingBlobServiceSasSignatureValues.BlobServiceSasQueryParametersBlobServiceSasSignatureValues. generateSasQueryParameters(StorageSharedKeyCredential storageSharedKeyCredentials)Deprecated.Please use the generateSas(BlobServiceSasSignatureValues) method on the desired container/blob client after initializingBlobServiceSasSignatureValues.
-