| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LeaseState |
BlobContainerInner.leaseState()
Get the leaseState property: Lease state of the container.
|
LeaseState |
ListContainerItemInner.leaseState()
Get the leaseState property: Lease state of the container.
|
| 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 |
BlobContainer.leaseState() |
Copyright © 2021 Microsoft Corporation. All rights reserved.