Uses of Class
com.azure.resourcemanager.storage.models.LeaseStatus
Packages that use LeaseStatus
Package
Description
Package containing the inner data models for StorageManagementClient.
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 LeaseStatusModifier and TypeMethodDescriptionBlobContainerInner.leaseStatus()Get the leaseStatus property: The lease status of the container.ContainerProperties.leaseStatus()Get the leaseStatus property: The lease status of the container.FileShareInner.leaseStatus()Get the leaseStatus property: The lease status of the share.FileShareItemInner.leaseStatus()Get the leaseStatus property: The lease status of the share.FileShareProperties.leaseStatus()Get the leaseStatus property: The lease status of the share.ListContainerItemInner.leaseStatus()Get the leaseStatus property: The lease status of the container. -
Uses of LeaseStatus in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type LeaseStatus in com.azure.resourcemanager.storage.modelsFields in com.azure.resourcemanager.storage.models declared as LeaseStatusModifier and TypeFieldDescriptionstatic final LeaseStatusLeaseStatus.LOCKEDStatic value Locked for LeaseStatus.static final LeaseStatusLeaseStatus.UNLOCKEDStatic value Unlocked for LeaseStatus.Methods in com.azure.resourcemanager.storage.models that return LeaseStatusModifier and TypeMethodDescriptionstatic LeaseStatusLeaseStatus.fromString(String name) Creates or finds a LeaseStatus from its string representation.BlobContainer.leaseStatus()gets the lease status.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseStatusModifier and TypeMethodDescriptionstatic Collection<LeaseStatus> LeaseStatus.values()Gets known LeaseStatus values.