Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
LeaseState |
BlobContainerProperties.getLeaseState()
Gets the lease state of the container.
|
LeaseState |
BlobProperties.getLeaseState()
Gets the lease state for the blob.
|
protected static LeaseState |
LeaseState.parse(String typeString)
Parses a lease state from the given string.
|
static LeaseState |
LeaseState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseState[] |
LeaseState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlobContainerProperties.setLeaseState(LeaseState leaseState)
Sets the lease status on the container.
|
protected void |
BlobProperties.setLeaseState(LeaseState leaseState)
Sets the lease state for the blob.
|
Copyright © 2019. All rights reserved.