LeaseDuration Enum
- java.
lang. Object - java.
lang. Enum<LeaseDuration> - com.
microsoft. azure. storage. blob. LeaseDuration
- com.
- java.
public enum LeaseDuration
The lease duration of a resource.
Fields
FIXED |
The lease duration is finite. |
UNSPECIFIED |
The lease duration is not specified. |
Inherited Members
com.microsoft.azure.storage.blob._lease_duration_1a75e008d1d6be5e7c9f24461de1e0516d
Methods
parse(final String typeString)
protected static LeaseDuration parse(final String typeString)
Parses a lease duration from the specified string.
Parameters
- typeString
- final String
String
which contains the lease duration to parse.
Returns
A
LeaseStatus
value that represents the lease status.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java