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 LeaseDurationLeaseDuration.FIXEDStatic value Fixed for LeaseDuration.static final LeaseDurationLeaseDuration.INFINITEStatic value Infinite for LeaseDuration.Methods in com.microsoft.azure.management.storage that return LeaseDurationModifier and TypeMethodDescriptionstatic LeaseDurationLeaseDuration.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