BlobChangeLeaseOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlobChangeLeaseOptions
- com.
public class BlobChangeLeaseOptions
Extended options that may be passed when changing a lease to a blob or container.
Constructor Summary
Constructor | Description |
---|---|
BlobChangeLeaseOptions(String proposedId) |
Creates a new instance of BlobChangeLeaseOptions. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getProposedId()
Gets the proposed lease ID. |
Blob |
getRequestConditions()
Gets the BlobLeaseRequestConditions. |
Blob |
setRequestConditions(BlobLeaseRequestConditions requestConditions)
Sets the BlobLeaseRequestConditions. |
Methods inherited from java.lang.Object
Constructor Details
BlobChangeLeaseOptions
public BlobChangeLeaseOptions(String proposedId)
Creates a new instance of BlobChangeLeaseOptions.
Parameters:
Method Details
getProposedId
public String getProposedId()
Gets the proposed lease ID.
Returns:
getRequestConditions
public BlobLeaseRequestConditions getRequestConditions()
Gets the BlobLeaseRequestConditions.
Returns:
setRequestConditions
public BlobChangeLeaseOptions setRequestConditions(BlobLeaseRequestConditions requestConditions)
Sets the BlobLeaseRequestConditions.
Parameters:
Returns: