Uses of Class
com.azure.resourcemanager.storage.models.LeaseState
-
Packages that use LeaseState 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 LeaseState in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseState Modifier and Type Method Description LeaseStateBlobContainerInner. leaseState()Get the leaseState property: Lease state of the container.LeaseStateContainerProperties. leaseState()Get the leaseState property: Lease state of the container.LeaseStateFileShareInner. leaseState()Get the leaseState property: Lease state of the share.LeaseStateFileShareItemInner. leaseState()Get the leaseState property: Lease state of the share.LeaseStateFileShareProperties. leaseState()Get the leaseState property: Lease state of the share.LeaseStateListContainerItemInner. 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 LeaseState Modifier and Type Field Description static LeaseStateLeaseState. AVAILABLEStatic value Available for LeaseState.static LeaseStateLeaseState. BREAKINGStatic value Breaking for LeaseState.static LeaseStateLeaseState. BROKENStatic value Broken for LeaseState.static LeaseStateLeaseState. EXPIREDStatic value Expired for LeaseState.static LeaseStateLeaseState. LEASEDStatic value Leased for LeaseState.Methods in com.azure.resourcemanager.storage.models that return LeaseState Modifier and Type Method Description static LeaseStateLeaseState. fromString(String name)Creates or finds a LeaseState from its string representation.LeaseStateBlobContainer. leaseState()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseState Modifier and Type Method Description static Collection<LeaseState>LeaseState. values()
-