Uses of Class
com.microsoft.azure.management.storage.LeaseDuration
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LeaseDuration in com.microsoft.azure.management.storage
Modifier and TypeFieldDescriptionstatic final LeaseDuration
LeaseDuration.FIXED
Static value Fixed for LeaseDuration.static final LeaseDuration
LeaseDuration.INFINITE
Static value Infinite for LeaseDuration.Modifier and TypeMethodDescriptionstatic LeaseDuration
LeaseDuration.fromString
(String name) Creates or finds a LeaseDuration from its string representation.BlobContainer.leaseDuration()
ListContainerItem.leaseDuration()
Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.