Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerReleaseLeaseResponse> |
GeneratedContainers.releaseLeaseWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String leaseId,
Integer timeout,
String requestId,
ModifiedAccessConditions modifiedAccessConditions)
[Update] establishes and manages a lock on a container for delete operations.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerReleaseLeaseResponse> |
ContainerURL.releaseLease(String leaseID)
Releases the container's previously-acquired lease.
|
io.reactivex.Single<ContainerReleaseLeaseResponse> |
ContainerURL.releaseLease(String leaseID,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Releases the container's previously-acquired lease.
|
This documentation was released into the public domain.