Uses of Class
com.azure.resourcemanager.storage.models.LeaseState
Packages that use LeaseState
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of LeaseState in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseStateModifier and TypeMethodDescriptionBlobContainerInner.leaseState()Get the leaseState property: Lease state of the container.ContainerProperties.leaseState()Get the leaseState property: Lease state of the container.FileShareInner.leaseState()Get the leaseState property: Lease state of the share.FileShareItemInner.leaseState()Get the leaseState property: Lease state of the share.FileShareProperties.leaseState()Get the leaseState property: Lease state of the share.ListContainerItemInner.leaseState()Get the leaseState property: Lease state of the container. -
Uses of LeaseState in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as LeaseStateModifier and TypeFieldDescriptionstatic final LeaseStateLeaseState.AVAILABLEStatic value Available for LeaseState.static final LeaseStateLeaseState.BREAKINGStatic value Breaking for LeaseState.static final LeaseStateLeaseState.BROKENStatic value Broken for LeaseState.static final LeaseStateLeaseState.EXPIREDStatic value Expired for LeaseState.static final LeaseStateLeaseState.LEASEDStatic value Leased for LeaseState.Methods in com.azure.resourcemanager.storage.models that return LeaseStateModifier and TypeMethodDescriptionstatic LeaseStateLeaseState.fromString(String name) Creates or finds a LeaseState from its string representation.BlobContainer.leaseState()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseStateModifier and TypeMethodDescriptionstatic Collection<LeaseState>LeaseState.values()Gets known LeaseState values.