Uses of Class
com.azure.resourcemanager.storage.models.LeaseStatus
-
Packages that use LeaseStatus Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of LeaseStatus in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseStatus Modifier and Type Method Description LeaseStatusBlobContainerInner. leaseStatus()Get the leaseStatus property: The lease status of the container.LeaseStatusContainerProperties. leaseStatus()Get the leaseStatus property: The lease status of the container.LeaseStatusFileShareInner. leaseStatus()Get the leaseStatus property: The lease status of the share.LeaseStatusFileShareItemInner. leaseStatus()Get the leaseStatus property: The lease status of the share.LeaseStatusFileShareProperties. leaseStatus()Get the leaseStatus property: The lease status of the share.LeaseStatusListContainerItemInner. leaseStatus()Get the leaseStatus property: The lease status of the container. -
Uses of LeaseStatus in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as LeaseStatus Modifier and Type Field Description static LeaseStatusLeaseStatus. LOCKEDStatic value Locked for LeaseStatus.static LeaseStatusLeaseStatus. UNLOCKEDStatic value Unlocked for LeaseStatus.Methods in com.azure.resourcemanager.storage.models that return LeaseStatus Modifier and Type Method Description static LeaseStatusLeaseStatus. fromString(String name)Creates or finds a LeaseStatus from its string representation.LeaseStatusBlobContainer. leaseStatus()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseStatus Modifier and Type Method Description static Collection<LeaseStatus>LeaseStatus. values()
-