Uses of Class
com.microsoft.azure.management.storage.LeaseState
Packages that use LeaseState
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LeaseState in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as LeaseStateModifier and TypeFieldDescriptionstatic final LeaseState
LeaseState.AVAILABLE
Static value Available for LeaseState.static final LeaseState
LeaseState.BREAKING
Static value Breaking for LeaseState.static final LeaseState
LeaseState.BROKEN
Static value Broken for LeaseState.static final LeaseState
LeaseState.EXPIRED
Static value Expired for LeaseState.static final LeaseState
LeaseState.LEASED
Static value Leased for LeaseState.Methods in com.microsoft.azure.management.storage that return LeaseStateModifier and TypeMethodDescriptionstatic LeaseState
LeaseState.fromString
(String name) Creates or finds a LeaseState from its string representation.BlobContainer.leaseState()
ListContainerItem.leaseState()
Get lease state of the container.Methods in com.microsoft.azure.management.storage that return types with arguments of type LeaseState