| Modifier and Type | Field and Description |
|---|---|
static LeaseDuration |
LeaseDuration.FIXED
Static value Fixed for LeaseDuration.
|
static LeaseDuration |
LeaseDuration.INFINITE
Static value Infinite for LeaseDuration.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseDuration |
LeaseDuration.fromString(String name)
Creates or finds a LeaseDuration from its string representation.
|
LeaseDuration |
BlobContainer.leaseDuration() |
LeaseDuration |
ListContainerItem.leaseDuration()
Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LeaseDuration> |
LeaseDuration.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/