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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java