Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerChangeLeaseResponse> |
GeneratedContainers.changeLeaseWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String leaseId,
String proposedLeaseId,
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<ContainerChangeLeaseResponse> |
ContainerURL.changeLease(String leaseID,
String proposedID,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Changes the container's leaseAccessConditions.
|
This documentation was released into the public domain.