| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseStateType |
LeaseStateType.fromString(String value)
Parses a serialized value to a LeaseStateType instance.
|
LeaseStateType |
ContainersGetPropertiesHeaders.leaseState()
Get the leaseState value.
|
LeaseStateType |
ContainerProperties.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobsGetPropertiesHeaders.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobsDownloadHeaders.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobProperties.leaseState()
Get the leaseState value.
|
static LeaseStateType |
LeaseStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseStateType[] |
LeaseStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContainersGetPropertiesHeaders |
ContainersGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
ContainerProperties |
ContainerProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobsDownloadHeaders |
BlobsDownloadHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobProperties |
BlobProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
Copyright © 2018. All rights reserved.