Uses of Class
com.azure.storage.blob.options.BlobChangeLeaseOptions
Packages that use BlobChangeLeaseOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobChangeLeaseOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobChangeLeaseOptionsModifier and TypeMethodDescriptionBlobChangeLeaseOptions.setRequestConditions
(BlobLeaseRequestConditions requestConditions) Sets theBlobLeaseRequestConditions
. -
Uses of BlobChangeLeaseOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobChangeLeaseOptionsModifier and TypeMethodDescriptionBlobLeaseAsyncClient.changeLeaseWithResponse
(BlobChangeLeaseOptions options) Changes the lease ID.com.azure.core.http.rest.Response
<String> BlobLeaseClient.changeLeaseWithResponse
(BlobChangeLeaseOptions options, Duration timeout, com.azure.core.util.Context context) Changes the lease ID.