| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LeaseContainerResponseInner |
BlobContainersClient.lease(String resourceGroupName,
String accountName,
String containerName)
The Lease Container operation establishes and manages a lock on a container for delete operations.
|
| Modifier and Type | Method and Description |
|---|---|
LeaseContainerResponseInner |
LeaseContainerResponseInner.withLeaseId(String leaseId)
Set the leaseId property: Returned unique lease ID that must be included with any request to delete the
container, or to renew, change, or release the lease.
|
LeaseContainerResponseInner |
LeaseContainerResponseInner.withLeaseTimeSeconds(String leaseTimeSeconds)
Set the leaseTimeSeconds property: Approximate time remaining in the lease period, in seconds.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.