Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerChangeLeaseResponse> |
ContainerURL.changeLease(String leaseID,
String proposedID)
Changes the container's leaseAccessConditions.
|
io.reactivex.Single<ContainerChangeLeaseResponse> |
ContainerURL.changeLease(String leaseID,
String proposedID,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Changes the container's leaseAccessConditions.
|
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.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.