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) |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getProposedId() |
Blob |
getRequestConditions() |
Blob |
setRequestConditions(BlobLeaseRequestConditions requestConditions) |
Methods inherited from java.lang.Object
Constructor Details
BlobChangeLeaseOptions
public BlobChangeLeaseOptions(String proposedId)
Parameters:
proposedId
- A new lease ID in a valid GUID format.
Method Details
getProposedId
public String getProposedId()
Returns:
A new lease ID in a valid GUID format.
getRequestConditions
setRequestConditions
public BlobChangeLeaseOptions setRequestConditions(BlobLeaseRequestConditions requestConditions)
Parameters:
requestConditions
- BlobLeaseRequestConditions
Returns:
The updated options.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java