Uses of Class
com.microsoft.azure.management.storage.LeaseDuration
Packages that use LeaseDuration
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LeaseDuration in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as LeaseDurationModifier and TypeFieldDescriptionstatic final LeaseDuration
LeaseDuration.FIXED
Static value Fixed for LeaseDuration.static final LeaseDuration
LeaseDuration.INFINITE
Static value Infinite for LeaseDuration.Methods in com.microsoft.azure.management.storage that return LeaseDurationModifier 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.Methods in com.microsoft.azure.management.storage that return types with arguments of type LeaseDuration