public final class LeaseAccessConditions extends Object
BlobAccessConditions
or ContainerAccessConditions
. Specifying these
conditions is entirely optional, and null may be passed for this structure or any individual field to indicate that
none of the conditions should be set. Please refer to the
Azure Docs
for more information.Modifier and Type | Field and Description |
---|---|
static LeaseAccessConditions |
NONE
An object representing no lease access conditions.
|
Constructor and Description |
---|
LeaseAccessConditions(String leaseId)
Creates a
LeaseAccessConditions object. |
public static final LeaseAccessConditions NONE
public LeaseAccessConditions(String leaseId)
LeaseAccessConditions
object.leaseId
- A String
representing the lease access conditions for a container or blob.This documentation was released into the public domain.