你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ILeaseManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ILeaseManager 定义了一种使用 ILease执行操作的方法。
public interface ILeaseManager
type ILeaseManager = interface
Public Interface ILeaseManager
- 派生
方法
AcquireAsync(ILease) |
获取租约的所有权。 |
CreateLeaseIfNotExistAsync(String, String) |
检查租约是否存在,如果不存在,则创建租约。 |
DeleteAsync(ILease) |
删除租约。 |
ReleaseAsync(ILease) |
释放租约的所有权。 |
RenewAsync(ILease) |
续订租约。 租约会定期续订以防止过期。 |
UpdatePropertiesAsync(ILease) |
替换指定租约中的属性。 |