你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobChangeLeaseOptions Class

  • java.lang.Object
    • com.azure.storage.blob.options.BlobChangeLeaseOptions

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()
BlobLeaseRequestConditions getRequestConditions()
BlobChangeLeaseOptions 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

public BlobLeaseRequestConditions getRequestConditions()

Returns:

setRequestConditions

public BlobChangeLeaseOptions setRequestConditions(BlobLeaseRequestConditions requestConditions)

Parameters:

requestConditions - BlobLeaseRequestConditions

Returns:

The updated options.

Applies to