| Modifier and Type | Field and Description |
|---|---|
static LeaseStatus |
LeaseStatus.LOCKED
Static value Locked for LeaseStatus.
|
static LeaseStatus |
LeaseStatus.UNLOCKED
Static value Unlocked for LeaseStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseStatus |
LeaseStatus.fromString(String name)
Creates or finds a LeaseStatus from its string representation.
|
LeaseStatus |
BlobContainer.leaseStatus() |
LeaseStatus |
ListContainerItem.leaseStatus()
Get the lease status of the container.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LeaseStatus> |
LeaseStatus.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/