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

ILeaseManager 接口

定义

ILeaseManager 定义了一种使用 ILease执行操作的方法。

public interface ILeaseManager
type ILeaseManager = interface
Public Interface ILeaseManager
派生

方法

AcquireAsync(ILease)

获取租约的所有权。

CreateLeaseIfNotExistAsync(String, String)

检查租约是否存在,如果不存在,则创建租约。

DeleteAsync(ILease)

删除租约。

ReleaseAsync(ILease)

释放租约的所有权。

RenewAsync(ILease)

续订租约。 租约会定期续订以防止过期。

UpdatePropertiesAsync(ILease)

替换指定租约中的属性。

适用于