Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
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 |
ListContainerItem.leaseDuration()
Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
LeaseDuration |
BlobContainer.leaseDuration() |
Modifier and Type | Method and Description |
---|---|
static Collection<LeaseDuration> |
LeaseDuration.values() |
Copyright © 2019. All rights reserved.