你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LeaseDuration 枚举
- java.
lang. Object - java.
lang. Enum<LeaseDuration> - com.
microsoft. azure. storage. blob. LeaseDuration
- com.
- java.
public enum LeaseDuration
资源的租约持续时间。
字段
FIXED |
租约持续时间为有限期。 |
UNSPECIFIED |
未指定租约持续时间。 |
继承成员
com.microsoft.azure.storage.blob._lease_duration_1a75e008d1d6be5e7c9f24461de1e0516d
方法
parse(final String typeString)
protected static LeaseDuration parse(final String typeString)
分析指定字符串中的租约持续时间。
参数
- typeString
- final String
String
,其中包含要分析的租约持续时间。
返回
一个
LeaseStatus
表示租用状态的 值。