| Package | Description |
|---|---|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the passed
BlobAsyncClient. |
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.blobClient(BlobClientBase blobClient)
Configures the builder based on the passed
BlobClient. |
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient)
Configures the builder based on the passed
BlobContainerAsyncClient. |
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.containerClient(BlobContainerClient blobContainerClient)
Configures the builder based on the passed
BlobContainerClient. |
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.leaseId(String leaseId)
Sets the identifier for the lease.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.