Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static LeaseState |
LeaseState.AVAILABLE
Static value Available for LeaseState.
|
static LeaseState |
LeaseState.BREAKING
Static value Breaking for LeaseState.
|
static LeaseState |
LeaseState.BROKEN
Static value Broken for LeaseState.
|
static LeaseState |
LeaseState.EXPIRED
Static value Expired for LeaseState.
|
static LeaseState |
LeaseState.LEASED
Static value Leased for LeaseState.
|
Modifier and Type | Method and Description |
---|---|
static LeaseState |
LeaseState.fromString(String name)
Creates or finds a LeaseState from its string representation.
|
LeaseState |
ListContainerItem.leaseState()
Get lease state of the container.
|
LeaseState |
BlobContainer.leaseState() |
Modifier and Type | Method and Description |
---|---|
static Collection<LeaseState> |
LeaseState.values() |
Copyright © 2019. All rights reserved.