Uses of Class
com.microsoft.azure.management.storage.LeaseStatus
Packages that use LeaseStatus
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LeaseStatus in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as LeaseStatusModifier and TypeFieldDescriptionstatic final LeaseStatus
LeaseStatus.LOCKED
Static value Locked for LeaseStatus.static final LeaseStatus
LeaseStatus.UNLOCKED
Static value Unlocked for LeaseStatus.Methods in com.microsoft.azure.management.storage that return LeaseStatusModifier and TypeMethodDescriptionstatic LeaseStatus
LeaseStatus.fromString
(String name) Creates or finds a LeaseStatus from its string representation.BlobContainer.leaseStatus()
ListContainerItem.leaseStatus()
Get the lease status of the container.Methods in com.microsoft.azure.management.storage that return types with arguments of type LeaseStatus