| 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 |
ContainerProperties.leaseState()
Get the leaseState value.
|
LeaseStateType |
ContainerGetPropertiesHeaders.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobProperties.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobGetPropertiesHeaders.leaseState()
Get the leaseState value.
|
LeaseStateType |
BlobDownloadHeaders.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 |
|---|---|
ContainerProperties |
ContainerProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobProperties |
BlobProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobGetPropertiesHeaders |
BlobGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
This documentation was released into the public domain.